Files
ZY-Player/README.md
Hunlongyu 51cf9143ad 初始化项目 🎉
2020-10-10 17:50:23 +08:00

30 lines
354 B
Markdown

# zy
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).