vuetify
Installation
SKILL.md
Vuetify
Vuetify is the comprehensive UI toolkit for Vue. v3 (Titan) is built for Vue 3 and Vite, offering massive performance improvements over v2.
When to Use
- Enterprise Dashboards: The
VDataTableis feature-rich. - Material Design: Strict adherence to MD3 (Material Design 3).
- Speed: Rapid prototyping with pre-built components.
Core Concepts
Layout System
v-app, v-main, v-container. Essential for structure.
Slots
Extensive use of slots for customization (<template v-slot:append>).