This commit is contained in:
Pan
2017-05-16 11:08:17 +08:00
parent 0da4e5e5a7
commit 4bed888e9d
8 changed files with 22 additions and 25 deletions

View File

@@ -3,6 +3,8 @@
[English Document](https://github.com/PanJiaChen/vue-element-admin/blob/master/README-en.md)
[wiki](https://github.com/PanJiaChen/vue-element-admin/wiki)
## 前言
> 这半年来一直在用vue写管理后台目前后台已经有七十多个页面十几种权限但维护成本依然很低所以准备开源分享一下后台开发的经验和成果。目前的技术栈主要的采用vue+element+axios.由于是个人项目所以数据请求都是用了mockjs代替。注意在次项目基础上改造开发时请移除mock文件不然所有请求都将会被代理掉注意
@@ -10,10 +12,11 @@
相应需求开了一个qq群 591724180 方便大家交流
- [wiki](https://github.com/PanJiaChen/vue-element-admin/wiki)
- [手摸手,带你用 vue 撸后台 系列一](https://juejin.im/post/59097cd7a22b9d0065fb61d2)
- [ 手摸手带你封装一个vue component](https://segmentfault.com/a/1190000009090836)
- [wiki](https://github.com/PanJiaChen/vue-element-admin/wiki)
**如有问题请先看上述问题和Wiki,不能满足欢迎issue和pr~**
## 功能