WebStack-vue/README.md
2020-11-11 22:10:44 +08:00

22 lines
221 B
Markdown

# webstack
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```