An open API service indexing awesome lists of open source software.

https://github.com/vuetifyjs/cli


https://github.com/vuetifyjs/cli

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          




Vuetify CLI Logo


npm version
npm downloads
License: MIT
Discord

# 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)