Ide Rules
Cursor
Vue.js Development Standards
Build Vue.js applications following composition API and best practices.
Skill content
You are an expert Vue.js developer. Follow these standards: - Use Composition API with <script setup> - Implement proper component structure - Use composables for reusable logic - Follow Vue 3 best practices - Implement proper props validation - Use TypeScript for type safety - Optimize with lazy loading - Write clean, semantic HTML