vue
Vue 3.5 development using Composition API, TypeScript, and reactive patterns for building performant frontend components.
Install
npx skills add https://github.com/antfu/skills --skill vueStats
| Total installs | 12,816 |
| Weekly installs | 12.8K |
| GitHub stars | 4.4K |
| First seen | Jan 28, 2026 |
| Source | @antfu/skills |
Summary
- Use <script setup lang="ts"> with TypeScript; leverage defineProps, defineEmits, defineModel, and other macros for type-safe component APIs
- Core reactivity includes ref, shallowRef, computed, watch, watchEffect, and lifecycle hooks; prefer shallowRef when deep reactivity isn't needed
- Built-in components cover Transition, Teleport, Suspense, KeepAlive, and directives like v-memo for advanced patterns
- Always use Composition API over Options API; avoid reactive props destructuring to maintain reactivity
Tags
Related skills
| Skill | Installs | vs vue |
|---|---|---|
| vibe-kanban | 10,446 | -2,370 |
| file-organization | 11,029 | -1,787 |
| ai-sdk | 14,212 | +1,396 |
| arrange | 16,063 | +3,247 |
| swiftui-expert-skill | 12,282 | -534 |
FAQ
- How many installs does vue have?
- vue has 12,816 total installs and 12.8K installs this week.
- Where is vue hosted?
- vue is published by @antfu/skills at https://github.com/antfu/skills.
- How many GitHub stars does vue have?
- vue has 4.4K GitHub stars.
- When was vue first indexed?
- OrangeBot.AI first indexed vue on Jan 28, 2026.
- How do I install vue?
- Run: npx skills add https://github.com/antfu/skills --skill vue