https://github.com/vuetifyjs/theme-generator
Vuetify Theme Generator
https://github.com/vuetifyjs/theme-generator
Last synced: 4 months ago
JSON representation
Vuetify Theme Generator
- Host: GitHub
- URL: https://github.com/vuetifyjs/theme-generator
- Owner: vuetifyjs
- Created: 2018-02-22T14:08:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:46:55.000Z (over 2 years ago)
- Last Synced: 2025-02-15T06:19:02.023Z (4 months ago)
- Language: Vue
- Homepage: https://theme-generator.vuetifyjs.com
- Size: 3.26 MB
- Stars: 25
- Watchers: 11
- Forks: 7
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# store
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).