vue-development-guides
Comprehensive guides and best practices for Vue.js development using the Composition API and TypeScript.
Install
npx skills add https://github.com/vuejs-ai/skills --skill vue-development-guidesStats
| Total installs | 1,549 |
| Weekly installs | 1.5K |
| GitHub stars | 2.1K |
| First seen | Jan 28, 2026 |
| Source | @vuejs-ai/skills |
Summary
- Emphasizes core principles: predictable state with single source of truth, explicit data flow (props down, events up), and small focused components
- Requires Composition API with <script setup lang="ts"> as the default, and mandates following referenced guides for reactivity, SFC structure, and data flow patterns
- Includes a tasks checklist covering core principles, reactivity best practices, component design, and data flow validation
- Recommends splitting components when they exceed one clear responsibility, moving state and side effects into composables, and organizing SFC sections in a consistent order
Tags
Related skills
| Skill | Installs | vs vue-development-guides |
|---|---|---|
| frontend-slides | 1,386 | -163 |
| gsap-core | 1,465 | -84 |
| frontend-ui-ux-engineer | 1,543 | -6 |
| visualization-expert | 1,546 | -3 |
| agents | 1,689 | +140 |
FAQ
- How many installs does vue-development-guides have?
- vue-development-guides has 1,549 total installs and 1.5K installs this week.
- Where is vue-development-guides hosted?
- vue-development-guides is published by @vuejs-ai/skills at https://github.com/vuejs-ai/skills.
- How many GitHub stars does vue-development-guides have?
- vue-development-guides has 2.1K GitHub stars.
- When was vue-development-guides first indexed?
- OrangeBot.AI first indexed vue-development-guides on Jan 28, 2026.
- How do I install vue-development-guides?
- Run: npx skills add https://github.com/vuejs-ai/skills --skill vue-development-guides