Go to file
2017-04-24 17:42:44 +08:00
build change config 2017-04-23 22:43:05 +08:00
config change config 2017-04-23 22:43:05 +08:00
documentImg add && refine 2017-04-20 20:31:40 +08:00
gifs add && refine 2017-04-20 20:31:40 +08:00
src add github corner 2017-04-24 17:42:44 +08:00
static add && remove 2017-04-23 19:50:32 +08:00
.babelrc init 2017-04-18 15:09:13 +08:00
.eslintignore init 2017-04-18 15:09:13 +08:00
.eslintrc.js init 2017-04-18 15:09:13 +08:00
.gitignore init 2017-04-18 15:09:13 +08:00
favicon.ico init 2017-04-18 15:09:13 +08:00
index.html change config 2017-04-23 22:43:05 +08:00
package.json refine login 2017-04-24 14:15:42 +08:00
README.md refine 2017-04-24 17:34:04 +08:00

##vue-element-admin vue+element+axios 的管理后台 线上地址

这半年来一直在用vue写管理后台目前后台已经有七十多个页面十几种权限但维护成本依然很低效率依然很高。这半年来积累了不少的后台开发经验所以准备开源分享一下。 ###功能

  • 登录/注销
  • 权限验证
  • 侧边栏
  • 面包屑
  • 富文本编辑器
  • Markdown编辑器
  • JSON编辑器
  • 列表拖拽
  • SplitPane
  • Dropzone
  • Sticky
  • CountTo
  • echarts图表
  • 401401错误页面
  • 错误日志
  • 导出excel
  • table example
  • form example
  • 多环境发布
  • dashboard
  • 二次登录
  • 动态侧边栏

###How to use?

    git clone https://github.com/PanJiaChen/vue-element-admin.git //克隆项目
    npm install //安装依赖


	npm run dev //本地开发
    // 开启服务器,浏览器访问 http://localhost:9527

    npm run build:sit-preview //发布测试环境 带webpack ananalyzer

    npm run build:prod //构建生成环境

##效果图

两步验证登录 支持微信和qq

两步验证 here

真正的动态换肤

真正的动态换肤

可收起侧边栏

enter image description here

拖拽排序

enter image description here

上传裁剪头像

enter image description here

错误统计

enter image description here

富文本(整合七牛 打水印等个性化功能)

enter image description here

封装table组件

enter image description here

图表

enter image description here

导出excel

enter image description here

等等很多,尽请期待!