WebStack-vue/README.md

22 lines
221 B
Markdown
Raw Normal View History

2020-11-11 14:10:44 +00:00
# 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
```