File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
这半年来一直在用vue写管理后台,目前后台已经有百来个个页面,十几种权限,但维护成本依然很低,所以准备开源分享一下后台开发的经验和成果。目前的技术栈主要的采用vue+element+axios由webpack2打包.由于是个人项目,所以数据请求都是用了mockjs模拟。注意:在次项目基础上改造开发时请移除mock文件。
6
6
写了一个系列的教程配套文章,如何从零构建后一个完整的后台项目:
7
7
<ul >
8
+ <li ><a target =' _blank' class =' lin' href =" https://github.com/PanJiaChen/vue-element-admin/" >项目地址</a ></li >
8
9
<li ><a target =' _blank' class =' lin' href =" https://github.com/PanJiaChen/vue-element-admin/wiki" >wiki</a ></li >
9
10
<li ><a target =' _blank' href =" https://juejin.im/post/59097cd7a22b9d0065fb61d2" >手摸手,带你用 vue 撸后台 系列一(基础篇)</a ></li >
10
11
<li ><a target =' _blank' href =" https://juejin.im/post/591aa14f570c35006961acac" >手摸手,带你用 vue 撸后台 系列二(登录权限篇)</a ></li >
Original file line number Diff line number Diff line change 16
16
首页
17
17
</el-dropdown-item >
18
18
</router-link >
19
- <router-link class = ' inlineBlock ' to = " / admin/profile " >
19
+ <a target = ' _blank ' href = " https://github.com/PanJiaChen/vue-element- admin/" >
20
20
<el-dropdown-item >
21
- 设置
21
+ 项目地址
22
22
</el-dropdown-item >
23
- </router-link >
23
+ </a >
24
24
<el-dropdown-item divided ><span @click =" logout" style =" display :block ;" >退出登录</span ></el-dropdown-item >
25
25
</el-dropdown-menu >
26
26
</el-dropdown >
You can’t perform that action at this time.
0 commit comments