๐Ÿ“ฆ vuetifyjs / cli

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/vuetifyjs/cli.git
HTTPS git clone https://github.com/vuetifyjs/cli.git
SSH git clone git@github.com:vuetifyjs/cli.git
CLI gh repo clone vuetifyjs/cli
Andrei Elkin Andrei Elkin feat(i18n): add localized prompts for vuetify version selection f8785a8 2 days ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ .ruler
๐Ÿ“ .vscode
๐Ÿ“ packages
๐Ÿ“ templates
๐Ÿ“„ .gitignore
๐Ÿ“„ eslint.config.js
๐Ÿ“„ LICENSE
๐Ÿ“„ package.json
๐Ÿ“„ pnpm-lock.yaml
๐Ÿ“„ README.md
๐Ÿ“„ tsconfig.json
๐Ÿ“„ README.md
Vuetify CLI Logo

Coverage
License Chat

Vuetify CLI

Official CLI tools for scaffolding and managing Vuetify projects.

Repository Structure

This is a pnpm monorepo containing:

PackageDescription
@vuetify/cliThe main vuetify command line tool
create-vuetifyScaffolding tool for Vuetify projects
create-vuetify0Scaffolding tool for Vuetify 0 projects
@vuetify/cli-sharedShared utilities and logic

Requirements

  • Node.js >= 18
  • pnpm >= 9

Development

# Install dependencies
pnpm install

# Build all packages
pnpm build

# Lint
pnpm lint

License

MIT License