create-base
Version:
快速构建项目基础框架,支持vue/uni-app/后台管理模板等
30 lines (19 loc) • 357 B
Markdown
# Perfect-Template-Vue
## Project setup
```shell
npm install
```
### Compiles and hot-reloads for development
```shell
npm run serve
```
### Compiles and minifies for production
```shell
npm run build
```
### Lints and fixes files
```shell
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).