Skip to content

Commit 0a3230c

Browse files
committed
发布 v1.0.0🎊
添加权限验证、401页面
1 parent e162e77 commit 0a3230c

File tree

71 files changed

+351
-177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+351
-177
lines changed

.DS_Store

0 Bytes
Binary file not shown.

README.md

+22-19
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,30 @@
77

88
## 简介
99

10-
vue2-blog 是一个后台集成解决方案,它基于 [vue.js](https://github.com/vuejs/vue)[element-ui](https://github.com/ElemeFE/element)。使用了最新的前端技术栈。内置登录、动态路由、I18n国际化等功能特性。目的是为了帮助开发人员快速搭建后台应用和vue学习者参考学习。
10+
vue2-blog 是一个后台集成解决方案,它基于 [vue.js](https://github.com/vuejs/vue)[element-ui](https://github.com/ElemeFE/element)。使用了最新的前端技术栈。内置登录、权限验证、多级路由、I18n国际化等功能特性。目的是为了帮助开发人员快速搭建后台应用和vue学习者参考学习。
11+
12+
## 说明
13+
> 如果对您有帮助,你可以点右上角 "star"支持一下,非常感谢!🌹
14+
15+
> 或者你可以 "follow(关注)" 一下,我正在不断开源更多实用的项目。
16+
17+
> 如有问题可以直接在 Issues 中反馈,或者加入我们下方的Vue群更进一步地交流。
1118
1219
## 项目演示
1320
#### [演示地址](http://blog.liansixin.win)
1421

1522
## 功能
1623
- [x] 登录/注销
17-
- [x] 多环境发布
24+
- [x] 权限验证
1825
- [x] 前端mock数据
26+
- [x] 多环境发布
1927
- [x] 动态侧边栏(支持多级路由和一键配置图标、登录、展开、缓存等选项)
2028
- [x] 动态面包屑
2129
- [x] 动态换肤(实现element-ui官网的换肤功能)
22-
- [x] 国际化多语言(中文、English)
30+
- [x] 图钉
31+
- [x] 返回顶部
32+
- [x] 动态数值
33+
- [x] 加载提示(3种状态:加载中,无数据,出现错误且支持点击重新请求)
2334
- [x] 进度条
2435
- [x] [剪贴板](https://github.com/uncleLian/vue-clipboard-pack)(另一个项目,打个广告~
2536
- [x] 富文本编辑器(自定义图片上传、草稿、预览等)
@@ -28,16 +39,14 @@ vue2-blog 是一个后台集成解决方案,它基于 [vue.js](https://github.
2839
- [x] 导入导出Excel
2940
- [x] Echarts 图表
3041
- [x] 拖拽列表、表格
31-
- [x] 404页面
42+
- [x] 401、404页面
3243
- [x] 错误日志(全局错误捕捉)
3344
- [x] Iconfont图标
34-
- [x] 图钉
35-
- [x] 返回顶部
36-
- [x] 动态数值
37-
- [x] 加载提示(3种状态:加载中,无数据,出现错误且支持点击重新请求)
45+
- [x] 国际化多语言(中文、English)
46+
- [x] ...
3847

3948
##### 待更新
40-
- [ ] 权限验证
49+
4150
- [ ] 文档
4251

4352
## 部分截图
@@ -61,30 +70,24 @@ npm run build(File in the docs folder)
6170
[发行说明](https://github.com/uncleLian/vue2-blog/releases)中记录了每个版本的详细更改。
6271

6372
## 传送门
73+
#### vue学习系列
6474
- 第一阶段:echo回声(移动端,难度:简单,入门项目) —— [仓库地址](https://github.com/uncleLian/vue2-echo) —— [演示地址](http://echo.liansixin.win)
6575

6676
- 第二阶段:今日头条(移动端 & native,难度:困难,进阶项目) —— [仓库地址](https://github.com/uncleLian/vue2-news) —— [web演示地址](http://toutiao.liansixin.win)[native端演示地址](http://native.liansixin.win)
6777

6878
- 第三阶段:头条号(pc端,难度:中等,过渡项目) —— [仓库地址](https://github.com/uncleLian/vue2-health) —— [演示地址](http://health.liansixin.win) (还在开发,敬请期待!已实现核心功能)
6979

7080

71-
## 说明
72-
> 如果对您有帮助,你可以点右上角 "star"支持一下🌹
73-
74-
> 或者您可以 "follow(关注)" 作者,我正在不断开源更多实用的项目。
75-
76-
> 如有问题可以直接在 Issues 中提,或者加入我们下方的vue群更进一步地交流。
81+
## 捐赠
82+
如果你觉得这个项目帮助到了你,你可以帮作者买一杯果汁表示鼓励 🍹
7783

84+
<img src="https://github.com/uncleLian/vue2-blog/raw/master/screenshots/donate.jpg" width="500px" style="max-width: 100%;"/>
7885

7986
## 交流
8087
欢迎热爱学习、忠于分享的朋友一起来交流
8188
- QQ:771674109
8289
- Vue交流群:338241465 —— 广州-小鑫
8390

84-
85-
## 捐赠
86-
<img src="https://github.com/uncleLian/vue2-blog/raw/master/screenshots/donate.jpg" width="500px" style="max-width: 100%;"/>
87-
8891
## License
8992
[MIT](http://opensource.org/licenses/MIT)
9093

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
hm.src = "https://hm.baidu.com/hm.js?0117c701f400217d96c6f7280af39dd4";
55
var s = document.getElementsByTagName("script")[0];
66
s.parentNode.insertBefore(hm, s);
7-
})();</script><link href=/static/css/app.1fb2b49879830def49d95b7514120848.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.7e4ae3946a4e90471880.js></script><script type=text/javascript src=/static/js/vendor.3bdd56fcc05aff03d5fa.js></script><script type=text/javascript src=/static/js/app.53196f46ed3a083b2ae2.js></script></body></html>
7+
})();</script><link href=/static/css/app.9098c4886e10427afca4e487b932f0d2.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.27828bf0487a5a03a678.js></script><script type=text/javascript src=/static/js/vendor.3bdde13927d99e0edb5e.js></script><script type=text/javascript src=/static/js/app.d57142797f55dd164989.js></script></body></html>

docs/static/css/app.1fb2b49879830def49d95b7514120848.css renamed to docs/static/css/app.9098c4886e10427afca4e487b932f0d2.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/img/404.77262e7.gif

338 KB
Loading

docs/static/img/iconfont.b718220.svg renamed to docs/static/img/iconfont.9fbaa8c.svg

+6
Loading

docs/static/js/0.f3683cdb830d7d720ba1.js renamed to docs/static/js/0.66b849c6cd1a5283e4cb.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/js/8.eef0ee8a5a359fd5ea73.js renamed to docs/static/js/10.11a8892e643c8842c014.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/js/11.f50ed67d73c31af1d258.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)