1 Star 3 Fork 1

警醒 / think-element-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Think-Element-admin

一个前后端分离的管理后台模板,前端采用vue-element-admin项目实现,后端采用thinkphp5.1实现。 实现了基本的RBAC基于角色的权限管理系统,可用与各种后台管理项目,也可以作为PHP开发学习VUE使用。

安装步骤

  • 克隆项目git clone https://gitee.com/alaraveler/think-element-admin.git
  • 前端依赖安装 进入vue-admin目录(cd vue-admin) 安装依赖 npm install

可能出现的问题:

  • npm ERR! code ENOENT npm ERR! errno -4058 npm ERR! syscall chmod

    解决方法:

  1. npm install js-beautify@1.6.14
  2. npm install cnpm -g --registry=https://registry.npm.taobao.org cnpm
  3. cnpm install
  • Cannot find module 'core-js/modules/es6.regexp.constructor

解决方法:

  1. cnpm install core-js@2
  • 后端依赖安装 进入Thinkadmin目录(cd ThinkAdmin) 安装依赖 composer install
  • 导入数据库 admin.sql
  • 修改项目环境变量 拷贝.example.env .env 修改其中配置
  • 服务器配置 参ThinkAdmin目录下README.md
  • npm run dev
MIT License Copyright (c) 2020 警醒 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

基于think-element-admin的管理后台 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/alerting/think-element-admin.git
git@gitee.com:alerting/think-element-admin.git
alerting
think-element-admin
think-element-admin
master

搜索帮助