vuetify

📁 g1joshi/agent-skills 📅 Feb 10, 2026
2
总安装量
2
周安装量
#71513
全站排名
安装命令
npx skills add https://github.com/g1joshi/agent-skills --skill vuetify

Agent 安装分布

amp 2
gemini-cli 2
github-copilot 2
codex 2
kimi-cli 2
opencode 2

Skill 文档

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 VDataTable is 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>).

Defaults

Global configuration of component default props.

Best Practices (2025)

Do:

  • Use Vite: Webpack is legacy.
  • Use Tree-shaking: Import only what you use (automatic in v3).
  • Use SASS/SCSS Variables: For theming.

Don’t:

  • Don’t mix with other UI libs: Vuetify is invasive (global styles).

References