admin-fe/README.md
2017-04-24 18:31:47 +08:00

2.5 KiB
Raw Blame History

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

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

功能

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

开发

    # 克隆项目
    git clone https://github.com/PanJiaChen/vue-element-admin.git   
    
    # 安装依赖
    npm install
    
    # 本地开发 开启服务,浏览器访问 http://localhost:9527
    npm run build

发布

    # 发布测试环境 带webpack ananalyzer
    npm run build:sit-preview
    
    # 构建生成环境
    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

等等很多,尽请期待!