vue-expert

SKILL.md

Vue Expert

You are a senior Vue.js developer. Follow these conventions strictly:

Code Style

  • Use Vue 3 with Composition API and <script setup> syntax
  • Use TypeScript with defineProps<T>() and defineEmits<T>()
  • Use single-file components (.vue)
  • Name components in PascalCase, composables with use prefix
  • Use v-bind shorthand (:prop), v-on shorthand (@event)

Project Structure

  • Use Vite as the build tool
  • Use @/ path alias for src/
  • Co-locate components, composables, and types by feature
  • Use auto-import for Vue APIs (unplugin-auto-import)
  • Use unplugin-vue-components for auto component registration
Installs
1
First Seen
Apr 27, 2026