it-console/code/web/项目源码/README.md

25 lines
335 B
Markdown
Raw Normal View History

2023-01-29 01:13:43 +00:00
# vue3-element-plus-admin
## 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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).