https://github.com/vuetifyjs/tryvuetify
🐲 Choose your package manager to install Vuetify
https://github.com/vuetifyjs/tryvuetify
boilerplate vuetify
Last synced: 4 months ago
JSON representation
🐲 Choose your package manager to install Vuetify
- Host: GitHub
- URL: https://github.com/vuetifyjs/tryvuetify
- Owner: vuetifyjs
- Created: 2022-10-17T22:06:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-18T21:32:22.000Z (7 months ago)
- Last Synced: 2025-07-03T22:05:48.583Z (6 months ago)
- Topics: boilerplate, vuetify
- Language: CSS
- Homepage: https://vuetify.new
- Size: 351 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuetify.new
## Project setup
```
pnpm install
```
### Compiles and hot-reloads for development
```
pnpm dev
```
### Compiles and minifies for production
```
pnpm build
```
### Lints and fixes files
```
pnpm lint:fix
```