DemuMesDataV/README.md

30 lines
368 B
Markdown
Raw Normal View History

2018-12-04 11:43:18 +08:00
# jdyw_datav
## 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/).