video-platform/README.md

25 lines
318 B
Markdown
Raw Normal View History

2021-11-15 18:24:35 +01:00
# video-platform
2021-11-15 18:21:18 +01:00
## 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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).