VCinema/README.md

27 lines
340 B
Markdown
Raw Normal View History

2020-09-11 17:52:43 +01:00
# VCinema
2021-01-03 04:56:46 +00:00
Web app for VCinema
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).