https://github.com/vuetifyjs/cli.git
Official CLI tools for scaffolding and managing Vuetify projects.
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 |
# Install dependencies
pnpm install
# Build all packages
pnpm build
# Lint
pnpm lint