# vue-element-admin-simple **Repository Path**: bigfool-cn/vue-element-admin-simple ## Basic Information - **Project Name**: vue-element-admin-simple - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-17 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

vue element-ui

## 简介 [vue-element-admin-simple](http://vea.bigfool.cn) 是一个后台前端解决方案,它基于 [vue](https://github.com/vuejs/vue) 和 [element-ui](https://github.com/ElemeFE/element)实现。它使用了最新的前端技术栈,动态路由,权限验证,角色管理,按钮控制等,提炼了典型的业务模型,提供了丰富的功能组件,它可以帮助你快速搭建企业级中后台产品原型。相信不管你的需求是什么,本项目都能帮助到你。 - [在线预览](http://vea.bigfool.cn) ## 后台接口 Laravel5.7版本:[vue-element-admin-simple-laravel](https://github.com/bigfool-cn/vue-element-admin-simple-laravel) ThinkPHP5.1版本:[vue-element-admin-simple-thinkphp](https://github.com/bigfool-cn/vue-element-admin-simple-thinkphp) ## 功能 ``` - 登录 / 注销 - 系统管理 - 动态路由 - 按钮管理 - 用户管理 - 管理员 - 权限管理 - 权限列表 - 角色管理 ``` ## 开发 ```bash # 克隆项目 git clone https://github.com/bigfool-cn/vue-element-admin-simple.git # 进入项目目录 cd vue-element-admin-simple # 安装依赖 npm install # 建议不要直接使用 cnpm 安装以来,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npm.taobao.org # 启动服务 npm run dev ``` 浏览器访问 http://localhost:9527 ## 发布 ```bash # 构建测试环境 npm run build:stage # 构建生产环境 npm run build:prod ``` ## 其它 ```bash # 预览发布环境效果 npm run preview # 预览发布环境效果 + 静态资源分析 npm run preview -- --report # 代码格式检查 npm run lint # 代码格式检查并自动修复 npm run lint -- --fix ``` 感谢[PanJiaChen](https://github.com/PanJiaChen/vue-element-admin.git) 更多信息请参考 [PanJiaChen](https://github.com/PanJiaChen/vue-element-admin.git) ## Browsers support Modern browsers and Internet Explorer 10+. | [IE / Edge](https://godban.github.io/browsers-support-badges/)
IE / Edge | [Firefox](https://godban.github.io/browsers-support-badges/)
Firefox | [Chrome](https://godban.github.io/browsers-support-badges/)
Chrome | [Safari](https://godban.github.io/browsers-support-badges/)
Safari | | --------- | --------- | --------- | --------- | | IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versions Copyright (c) 2019-present bigfool-cn