Jpom/web-vue/README.md

25 lines
311 B
Markdown
Raw Normal View History

2020-11-01 19:37:30 +08:00
# web-vue
2020-10-31 21:12:12 +08:00
2020-11-01 19:37:30 +08:00
## Project setup
2020-10-31 21:12:12 +08:00
```
2020-11-01 19:37:30 +08:00
yarn install
2020-10-31 21:12:12 +08:00
```
2020-11-01 19:37:30 +08:00
### Compiles and hot-reloads for development
2020-10-31 21:12:12 +08:00
```
2020-11-01 19:37:30 +08:00
yarn serve
2020-10-31 21:12:12 +08:00
```
2020-11-01 19:37:30 +08:00
### Compiles and minifies for production
2020-10-31 21:12:12 +08:00
```
2020-11-01 19:37:30 +08:00
yarn build
2020-10-31 21:12:12 +08:00
```
2020-11-01 19:37:30 +08:00
### Lints and fixes files
```
yarn lint
2020-10-31 21:12:12 +08:00
```
2020-11-01 19:37:30 +08:00
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).