Vuetify CLI
February 27, 2026 ยท View on GitHub
Vuetify CLI
Official CLI tools for scaffolding and managing Vuetify projects.
Repository Structure
This is a pnpm monorepo containing:
| Package | Description |
|---|---|
@vuetify/cli | The main vuetify command line tool |
create-vuetify | Scaffolding tool for Vuetify projects |
create-vuetify0 | Scaffolding tool for Vuetify 0 projects |
@vuetify/cli-shared | Shared utilities and logic |
Requirements
- Node.js >= 18
- pnpm >= 9
Development
# Install dependencies
pnpm install
# Build all packages
pnpm build
# Lint
pnpm lint
