Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
admin-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
admin-fe
Commits
72d9a406
Commit
72d9a406
authored
7 years ago
by
Pan
Browse files
Options
Downloads
Patches
Plain Diff
refine introduction document
parent
bd607b47
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/views/introduction/index.vue
+13
-4
13 additions, 4 deletions
src/views/introduction/index.vue
with
13 additions
and
4 deletions
src/views/introduction/index.vue
+
13
−
4
View file @
72d9a406
<
template
>
<div
class=
"app-container"
>
<div
class=
"wrapper"
>
<code>
这半年来一直在用vue写管理后台,目前后台已经有七十多个页面,十几种权限,但维护成本依然很低,效率依然很高,所以准备开源分享一下后台开发的经验和成果。目前的技术栈主要的采用vue+element+axios.由于是个人项目,所以数据请求都是用了mockjs代替。会出一系列的教程配套文章,如如何从零构建后台项目框架,如何做完整的用户系统(如权限验证,二次登录等),如何二次开发组件(如富文本),如何整合七牛等等文章,各种后台开发经验等等。莫急~~
<code>
这半年来一直在用vue写管理后台,目前后台已经有百来个个页面,十几种权限,但维护成本依然很低,所以准备开源分享一下后台开发的经验和成果。目前的技术栈主要的采用vue+element+axios由webpack2打包.由于是个人项目,所以数据请求都是用了mockjs模拟。注意:在次项目基础上改造开发时请移除mock文件。
写了一个系列的教程配套文章,如何从零构建后一个完整的后台项目:
<ul>
<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/591aa14f570c35006961acac"
>
手摸手,带你用 vue 撸后台 系列二(登录权限篇)
</a></li>
<li><a
target=
'_blank'
href=
"https://juejin.im/post/593121aa0ce4630057f70d35"
>
手摸手,带你用 vue 撸后台 系列三 (实战篇)
</a></li>
<li><a
target=
'_blank'
href=
"https://segmentfault.com/a/1190000009090836"
>
手摸手,带你封装一个vue component
</a></li>
</ul>
</code>
</div>
</div>
</
template
>
<
style
scoped
>
.wrapper
{
width
:
800px
;
margin
:
30px
auto
;
width
:
800px
;
margin
:
30px
auto
;
}
</
style
>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment