cool-admin-vue/README.md

25 lines
319 B
Markdown
Raw Normal View History

2021-03-29 00:10:32 +08:00
# front-next-vue3
2021-02-28 01:55:04 +08:00
2021-03-29 00:10:32 +08:00
## Project setup
2021-02-28 01:55:04 +08:00
```
2021-03-29 00:10:32 +08:00
yarn install
2021-02-28 01:55:04 +08:00
```
2021-03-29 00:10:32 +08:00
### Compiles and hot-reloads for development
2021-02-28 01:55:04 +08:00
```
2021-03-29 00:10:32 +08:00
yarn serve
2021-02-28 01:55:04 +08:00
```
2021-03-02 16:03:43 +08:00
2021-03-29 00:10:32 +08:00
### Compiles and minifies for production
2021-03-02 16:03:43 +08:00
```
2021-03-29 00:10:32 +08:00
yarn build
2021-03-02 16:03:43 +08:00
```
2021-03-29 00:10:32 +08:00
### Lints and fixes files
2021-03-02 16:03:43 +08:00
```
2021-03-29 00:10:32 +08:00
yarn lint
2021-03-02 16:03:43 +08:00
```
2021-03-29 00:10:32 +08:00
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).