front-end/README.md

22 lines
236 B
Markdown
Raw Normal View History

2023-03-23 11:32:38 +08:00
# face-monitoring
## 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
```