Skip to content

Commit

Permalink
发布 v1.0.0🎊
Browse files Browse the repository at this point in the history
添加权限验证、401页面
  • Loading branch information
uncleLian committed Jan 31, 2018
1 parent e162e77 commit 0a3230c
Show file tree
Hide file tree
Showing 71 changed files with 351 additions and 177 deletions.
Binary file modified .DS_Store
Binary file not shown.
41 changes: 22 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,30 @@

## 简介

vue2-blog 是一个后台集成解决方案,它基于 [vue.js](https://github.com/vuejs/vue)[element-ui](https://github.com/ElemeFE/element)。使用了最新的前端技术栈。内置登录、动态路由、I18n国际化等功能特性。目的是为了帮助开发人员快速搭建后台应用和vue学习者参考学习。
vue2-blog 是一个后台集成解决方案,它基于 [vue.js](https://github.com/vuejs/vue)[element-ui](https://github.com/ElemeFE/element)。使用了最新的前端技术栈。内置登录、权限验证、多级路由、I18n国际化等功能特性。目的是为了帮助开发人员快速搭建后台应用和vue学习者参考学习。

## 说明
> 如果对您有帮助,你可以点右上角 "star"支持一下,非常感谢!🌹
> 或者你可以 "follow(关注)" 一下,我正在不断开源更多实用的项目。
> 如有问题可以直接在 Issues 中反馈,或者加入我们下方的Vue群更进一步地交流。
## 项目演示
#### [演示地址](http://blog.liansixin.win)

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

##### 待更新
- [ ] 权限验证

- [ ] 文档

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

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

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

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


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

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

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


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

## License
[MIT](http://opensource.org/licenses/MIT)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
hm.src = "https://hm.baidu.com/hm.js?0117c701f400217d96c6f7280af39dd4";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();</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>
})();</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>

Large diffs are not rendered by default.

Binary file added docs/static/img/404.77262e7.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/static/js/11.f50ed67d73c31af1d258.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0a3230c

Please sign in to comment.