From 805ab1d0acea8d89f85e3568d0a516b25e417743 Mon Sep 17 00:00:00 2001 From: Pan Date: Mon, 26 Jun 2017 16:50:34 +0800 Subject: [PATCH] add github link --- src/views/introduction/index.vue | 1 + src/views/layout/Navbar.vue | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/introduction/index.vue b/src/views/introduction/index.vue index ccdcb2c5..6074897c 100644 --- a/src/views/introduction/index.vue +++ b/src/views/introduction/index.vue @@ -5,6 +5,7 @@ 这半年来一直在用vue写管理后台,目前后台已经有百来个个页面,十几种权限,但维护成本依然很低,所以准备开源分享一下后台开发的经验和成果。目前的技术栈主要的采用vue+element+axios由webpack2打包.由于是个人项目,所以数据请求都是用了mockjs模拟。注意:在次项目基础上改造开发时请移除mock文件。 写了一个系列的教程配套文章,如何从零构建后一个完整的后台项目: