Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update readme
  • Loading branch information
PanJiaChen committed Apr 24, 2017
commit c313e90422b0ec4624897c4ae74e405e7a47c5d4
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,23 @@ vue+element+axios 的管理后台 [线上地址](http://panjiachen.github.io/vue
- [x] dashboard
- [x] 二次登录
- [x] 动态侧边栏
- [x] mock


###How to use?
### 开发
```bash
git clone https://github.com/PanJiaChen/vue-element-admin.git //克隆项目
npm install //安装依赖


npm run dev //本地开发
git clone https://github.com/PanJiaChen/vue-element-admin.git //克隆项目
npm install //安装依赖
npm run dev //本地开发
// 开启服务器,浏览器访问 http://localhost:9527

npm run build:sit-preview //发布测试环境 带webpack ananalyzer

npm run build:prod //构建生成环境
```
##效果图
### 发布
```bash
npm run build:sit-preview //发布测试环境 带webpack ananalyzer
npm run build:prod //构建生成环境
```

## 效果图

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

Expand Down