https://github.com/vuetifyjs/cli
https://github.com/vuetifyjs/cli
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vuetifyjs/cli
- Owner: vuetifyjs
- License: mit
- Created: 2025-11-01T21:48:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-03-04T03:55:40.000Z (4 months ago)
- Last Synced: 2026-03-04T08:29:30.671Z (4 months ago)
- Language: TypeScript
- Size: 688 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vuetify CLI
Official CLI tools for scaffolding and managing Vuetify projects.
## Repository Structure
This is a **pnpm monorepo** containing:
| Package | Description |
|---------|-------------|
| [`@vuetify/cli`](./packages/cli) | The main `vuetify` command line tool |
| [`create-vuetify`](./packages/create) | Scaffolding tool for Vuetify projects |
| [`create-vuetify0`](./packages/create0) | Scaffolding tool for Vuetify 0 projects |
| [`@vuetify/cli-shared`](./packages/shared) | Shared utilities and logic |
## Requirements
- **Node.js** >= 18
- **pnpm** >= 9
## Development
```bash
# Install dependencies
pnpm install
# Build all packages
pnpm build
# Lint
pnpm lint
```
## License
[MIT License](./LICENSE)
