Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VueElementTemplate
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄瑜
VueElementTemplate
Commits
805ab1d0
Commit
805ab1d0
authored
Jun 26, 2017
by
Pan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add github link
parent
33cf5ef1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
index.vue
src/views/introduction/index.vue
+1
-0
Navbar.vue
src/views/layout/Navbar.vue
+3
-3
No files found.
src/views/introduction/index.vue
View file @
805ab1d0
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
这半年来一直在用vue写管理后台,目前后台已经有百来个个页面,十几种权限,但维护成本依然很低,所以准备开源分享一下后台开发的经验和成果。目前的技术栈主要的采用vue+element+axios由webpack2打包.由于是个人项目,所以数据请求都是用了mockjs模拟。注意:在次项目基础上改造开发时请移除mock文件。
这半年来一直在用vue写管理后台,目前后台已经有百来个个页面,十几种权限,但维护成本依然很低,所以准备开源分享一下后台开发的经验和成果。目前的技术栈主要的采用vue+element+axios由webpack2打包.由于是个人项目,所以数据请求都是用了mockjs模拟。注意:在次项目基础上改造开发时请移除mock文件。
写了一个系列的教程配套文章,如何从零构建后一个完整的后台项目:
写了一个系列的教程配套文章,如何从零构建后一个完整的后台项目:
<ul>
<ul>
<li><a
target=
'_blank'
class=
'lin'
href=
"https://github.com/PanJiaChen/vue-element-admin/"
>
项目地址
</a></li>
<li><a
target=
'_blank'
class=
'lin'
href=
"https://github.com/PanJiaChen/vue-element-admin/wiki"
>
wiki
</a></li>
<li><a
target=
'_blank'
class=
'lin'
href=
"https://github.com/PanJiaChen/vue-element-admin/wiki"
>
wiki
</a></li>
<li><a
target=
'_blank'
href=
"https://juejin.im/post/59097cd7a22b9d0065fb61d2"
>
手摸手,带你用 vue 撸后台 系列一(基础篇)
</a></li>
<li><a
target=
'_blank'
href=
"https://juejin.im/post/59097cd7a22b9d0065fb61d2"
>
手摸手,带你用 vue 撸后台 系列一(基础篇)
</a></li>
<li><a
target=
'_blank'
href=
"https://juejin.im/post/591aa14f570c35006961acac"
>
手摸手,带你用 vue 撸后台 系列二(登录权限篇)
</a></li>
<li><a
target=
'_blank'
href=
"https://juejin.im/post/591aa14f570c35006961acac"
>
手摸手,带你用 vue 撸后台 系列二(登录权限篇)
</a></li>
...
...
src/views/layout/Navbar.vue
View file @
805ab1d0
...
@@ -16,11 +16,11 @@
...
@@ -16,11 +16,11 @@
首页
首页
</el-dropdown-item>
</el-dropdown-item>
</router-link>
</router-link>
<
router-link
class=
'inlineBlock'
to=
"/admin/profile
"
>
<
a
target=
'_blank'
href=
"https://github.com/PanJiaChen/vue-element-admin/
"
>
<el-dropdown-item>
<el-dropdown-item>
设置
项目地址
</el-dropdown-item>
</el-dropdown-item>
</
router-link
>
</
a
>
<el-dropdown-item
divided
><span
@
click=
"logout"
style=
"display:block;"
>
退出登录
</span></el-dropdown-item>
<el-dropdown-item
divided
><span
@
click=
"logout"
style=
"display:block;"
>
退出登录
</span></el-dropdown-item>
</el-dropdown-menu>
</el-dropdown-menu>
</el-dropdown>
</el-dropdown>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment