https://github.com/ndabap/progress-vuetify
Issue: https://www.reddit.com/r/vuejs/comments/9ytyb2/i_have_this_weird_problem_dev_vs_prod_with_vue/
https://github.com/ndabap/progress-vuetify
Last synced: 6 months ago
JSON representation
Issue: https://www.reddit.com/r/vuejs/comments/9ytyb2/i_have_this_weird_problem_dev_vs_prod_with_vue/
- Host: GitHub
- URL: https://github.com/ndabap/progress-vuetify
- Owner: ndabAP
- Created: 2018-11-20T17:39:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T17:44:34.000Z (over 7 years ago)
- Last Synced: 2025-10-09T21:38:59.799Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# progress-vuetify
## 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/).