cool-admin一个很酷的后台权限管理框架,模块化、插件化、CRUD极速开发,永久开源免费,基于midway.js 2.0、typeorm、mysql、jwt、element-ui、vuex、vue-router、vue等构建
Go to file
2021-03-01 00:42:34 +08:00
.vscode 初始化 2021-02-28 01:55:04 +08:00
cool 调整 cool/components 为 cool/modules 2021-02-28 22:24:54 +08:00
public 初始化 2021-02-28 01:55:04 +08:00
src 调整 cool/components 为 cool/modules 2021-02-28 22:24:54 +08:00
.browserslistrc 初始化 2021-02-28 01:55:04 +08:00
.eslintignore 初始化 2021-02-28 01:55:04 +08:00
.eslintrc.js 初始化 2021-02-28 01:55:04 +08:00
.gitignore 初始化 2021-02-28 01:55:04 +08:00
.prettierrc 初始化 2021-02-28 01:55:04 +08:00
babel.config.js 初始化 2021-02-28 01:55:04 +08:00
LICENSE 初始化 2021-02-28 01:55:04 +08:00
package.json 调整 cool/components 为 cool/modules 2021-02-28 22:24:54 +08:00
postcss.config.js 初始化 2021-02-28 01:55:04 +08:00
README.md 更新文档 2021-03-01 00:42:34 +08:00
vue.config.js 调整 cool/components 为 cool/modules 2021-02-28 22:24:54 +08:00

cool-admin Logo

cool-admin 一个很酷的后台权限管理系统,开源免费,模块化、插件化、极速开发 CRUD方便快速构建迭代后台管理系统 到论坛 进一步了解

GitHub license GitHub tag GitHub tag

演示

https://show.cool-admin.com

  • 账户admin
  • 密码123456

Admin Home

项目前端

https://github.com/cool-team-official/cool-admin-vue

浏览器兼容性

支持所有符合 ES5 标准的浏览器(不支持 IE8 及以下版本).

在线社区

传送门

条件

请确保您的操作系统上安装了 Node.js> = 8.9.0)、@vue/cli。

安装项目依赖

推荐使用 yarn

yarn

解决 node-sass 网络慢的方法:

yarn config set sass-binary-site http://npm.taobao.org/mirrors/node-sass

安装 cool/modules 模块的依赖

安装 cl-admin-cli 脚手架:

npm install cl-admin-cli -g

安装模块依赖:

cl install

运行应用程序

安装过程完成后,运行以下命令启动服务。您可以在浏览器中预览网站 http://localhost:9000

yarn serve

分析包内容

yarn report