精简的Vue Elenent ui界面

  • 精简的Vue Elenent ui界面已关闭评论
  • 115 次浏览
  • A+
所属分类:Web前端
摘要

仓库地址:https://gitee.com/JSTGitee/element-jst-admin       

仓库地址:https://gitee.com/JSTGitee/element-jst-admin

 

登录

精简的Vue Elenent ui界面

 

 

首页

精简的Vue Elenent ui界面

 

 

 

 

 

表格

 

精简的Vue Elenent ui界面

 

 

前言

该方案作为一套多功能的后台框架模板,适用于绝大部分的后台管理系统开发。基于 Vue2,使用 vue-cli2 脚手架,引用 Element ui 组件库,方便开发快速简洁好看的组件。

 

功能

    •  Element ui
    •  登录/注销
    •  Dashboard
    •  表格
    •  Tab 选项卡
    •  表单
    •  图表 精简的Vue Elenent ui界面
    •  富文本编辑器
    •  图片拖拽/裁剪上传


# install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report