cowin-monitor/frontend/README.md
Ameya Shenoy 1170266412
chore: create frontend template using vue
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2021-05-04 12:01:28 +05:30

24 lines
320 B
Markdown

# frontend
## 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/).