Skip to content

Commit c313e90

Browse files
committed
update readme
1 parent 9bb1e4a commit c313e90

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,23 @@ vue+element+axios 的管理后台 [线上地址](http://panjiachen.github.io/vue
2525
- [x] dashboard
2626
- [x] 二次登录
2727
- [x] 动态侧边栏
28+
- [x] mock
2829

2930

30-
###How to use?
31+
### 开发
3132
```bash
32-
git clone https://github.com/PanJiaChen/vue-element-admin.git //克隆项目
33-
npm install //安装依赖
34-
35-
36-
npm run dev //本地开发
33+
git clone https://github.com/PanJiaChen/vue-element-admin.git //克隆项目
34+
npm install //安装依赖
35+
npm run dev //本地开发
3736
// 开启服务器,浏览器访问 http://localhost:9527
38-
39-
npm run build:sit-preview //发布测试环境 带webpack ananalyzer
40-
41-
npm run build:prod //构建生成环境
4237
```
43-
##效果图
38+
### 发布
39+
```bash
40+
npm run build:sit-preview //发布测试环境 带webpack ananalyzer
41+
npm run build:prod //构建生成环境
42+
```
43+
44+
## 效果图
4445

4546
#### 两步验证登录 支持微信和qq
4647

0 commit comments

Comments
 (0)