What problem does it solve?
Vue 3 development with the Composition API and reactivity model can be challenging to learn and apply consistently across projects. This Skill provides a structured, reference-driven guide to accelerate learning and practical usage.
Core Features & Use Cases
- Comprehensive coverage of reactivity primitives (ref, reactive, computed, watch) and the Composition API patterns (script setup, defineProps, defineEmits, defineModel).
- Clear guidance for composing components, props, slots, v-models, lifecycle hooks, and composables to build scalable UI architectures.
- Real-world use cases and best practices to speed up development, improve type safety with TypeScript, and align with Vue 3 docs standards.
Quick Start
Start by reading the core references (core-reactivity.md, components-props.md, components-slots.md) and try a small example: create a component that uses script setup, ref state, and a prop, then render it with v-model if needed.