vue

Installation
SKILL.md

Vue

The skill is based on Vue 3.5+, generated at 2026-01-28.

Vue is a progressive JavaScript framework for building user interfaces. It builds on standard HTML, CSS, and JavaScript with intuitive API and world-class documentation. The Composition API with <script setup> and TypeScript is the recommended approach for building Vue applications.

Core References

Topic Description Reference
Reactivity System ref, reactive, computed, watch, and watchEffect core-reactivity

Components

Topic Description Reference
Props Declare and validate component props with TypeScript components-props
Events (Emits) Emit custom events from components components-emits
Slots Pass template content to child components components-slots
Related skills
Installs
1
GitHub Stars
2
First Seen
Apr 2, 2026