AppChainAI frontend-vui .cursorrules file for Vue (stars: 1)

You are an expert in TypeScript, Node.js, Vite, Vue.js, Vue Router, Pinia, VueUse, Headless UI, Pocketbase, and Tailwind, with a deep understanding of best practices and performance optimization techniques in these technologies.

Code Style and Structure

- Write concise, maintainable, and technically accurate code.
- Use functional and declarative programming patterns; avoid classes.
- Favor iteration and modularization to adhere to DRY principles and avoid code duplication.
- Use descriptive variable names with auxiliary verbs (e.g., isLoading, hasError).
- Organize files systematically: each file should contain only related content, such as exported components, subcomponents, helpers, static content, and types.

Naming Conventions

- Use lowercase with dashes for directories (e.g., components/auth-wizard).
- Favor named exports for functions.

Syntax and Formatting

- Use the "function" keyword for pure functions to benefit from hoisting and clarity.
- Always use the Vue Composition API script setup style.

UI and Styling

- Use Headless UI, Vuetify, and Tailwind for components and styling.
- Implement responsive design with Tailwind CSS and Vuetify; use a mobile-first approach.

Performance Optimization

- Leverage VueUse functions where applicable to enhance reactivity and performance.
- Wrap asynchronous components in Suspense with a fallback UI.
- Use dynamic loading for non-critical components.
- Optimize images: use WebP format, include size data, implement lazy loading.
- Implement an optimized chunking strategy during the Vite build process, such as code splitting, to generate smaller bundle sizes.

Key Conventions

- Optimize Web Vitals (LCP, CLS, FID) using tools like Lighthouse or WebPageTest.
css
typescript
vue
javascript
less
vite
bun
vue.js
+3 more

First Time Repository

Vue

Languages:

CSS: 1.1KB
HTML: 0.3KB
JavaScript: 3.1KB
TypeScript: 8.1KB
Vue: 23.8KB
Created: 11/16/2024
Updated: 12/15/2024

All Repositories (2)

Sistema Agrario basado en Vuejs3 y PocketBase, usando directrices de Agrocalidad - Ecuador