webapp-ratingmanager/README.md

20 lines
283 B
Markdown
Raw Normal View History

2022-10-09 09:54:47 +08:00
# webapp_data-manager
2022-09-30 16:44:39 +08:00
2022-10-09 09:54:47 +08:00
## Project setup
2022-09-30 16:44:39 +08:00
```
2022-10-09 09:54:47 +08:00
npm install
2022-09-30 16:44:39 +08:00
```
2022-10-09 09:54:47 +08:00
### Compiles and hot-reloads for development
```
npm run serve
```
2022-09-30 16:44:39 +08:00
2022-10-09 09:54:47 +08:00
### Compiles and minifies for production
```
npm run build
```
2022-09-30 16:44:39 +08:00
2022-10-09 09:54:47 +08:00
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).