2021-09-06 17:01:38 +08:00
|
|
|
# new
|
2021-05-13 10:56:04 +08:00
|
|
|
|
2021-09-06 17:01:38 +08:00
|
|
|
## Project setup
|
|
|
|
```
|
|
|
|
npm install
|
|
|
|
```
|
2021-05-13 10:56:04 +08:00
|
|
|
|
2021-09-06 17:01:38 +08:00
|
|
|
### Compiles and hot-reloads for development
|
|
|
|
```
|
|
|
|
npm run serve
|
|
|
|
```
|
2021-05-13 10:56:04 +08:00
|
|
|
|
2021-09-06 17:01:38 +08:00
|
|
|
### Compiles and minifies for production
|
|
|
|
```
|
|
|
|
npm run build
|
|
|
|
```
|
2021-05-13 10:56:04 +08:00
|
|
|
|
2021-09-06 17:01:38 +08:00
|
|
|
### Customize configuration
|
|
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|