Commit d554bb15 by xiaowenfeng

1、添加了项目的基本说明

parent 716cabe4
Showing with 11 additions and 6 deletions
# clm-admin # clm-admin
## Project setup ## 项目依赖安装
``` ```
npm install npm install or yarn
``` ```
### Compiles and hot-reloads for development ### 开发环境启动项目
``` ```
npm run serve npm run dev
``` ```
### Compiles and minifies for production ### 开发环境打包
``` ```
npm run build npm run build-dev
```
### 生产环境打包
```
npm run build-dev
``` ```
### Lints and fixes files ### Lints and fixes files
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment