# springBoot-shiro-vue-element-admin **Repository Path**: sun577586587/springBoot-shiro-vue-element-admin ## Basic Information - **Project Name**: springBoot-shiro-vue-element-admin - **Description**: 一个前后端分离的( springboot + shiro + vue + element) 项目 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 29 - **Created**: 2021-03-30 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springBoot-shiro-vue-element-admin ### 后端:springboot-shiro 使用 `springBoot2.1.6 + shiro + redis + mysql` 的权限管理系统,账号:`admin`,密码:`123456`,如果使用 [spring-security](https://gitee.com/chichengyu/springBoot-security-vue-element-admin) ### 前端:vue-element-admin 使用的是 `vue2.6 + element-ui 2.11.1`,[vue-element-admin下载](https://gitee.com/chichengyu/vue-element-admin) 注意:需要打开登录组件开启权限,默认 false 不开启,`另外 node.js 版本是 10.*` 架构说明 + [Preview预览](http://xiaochiwz.gitee.io/thinkphp5.1-vue-ivew-admin) + [Element官网](https://element.eleme.cn/2.11/#/zh-CN/component/installation) + [Element-component插件](https://www.npmjs.com/package/element-component) ##### Getting started ``` # clone the project git clone https://gitee.com/chichengyu/springBoot-shiro-vue-element-admin.git ``` ##### Build ``` # install npm install # test npm run build:test # build npm run build # watch npm run watch # dev-server npm run dev ``` ##### Preview ![输入图片说明](https://images.gitee.com/uploads/images/2020/0519/161814_3e6bf8d6_1508174.png "login.png") ![输入图片说明](https://images.gitee.com/uploads/images/2020/0807/151235_cc4d2d20_1508174.png "menu.png") ![输入图片说明](https://images.gitee.com/uploads/images/2020/0807/151245_9278a97a_1508174.png "auth.png") ![输入图片说明](https://images.gitee.com/uploads/images/2020/0807/151256_a6605153_1508174.png "user.png")