javavue/README.md

25 lines
317 B
Markdown
Raw Normal View History

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