cool-admin一个很酷的后台权限管理框架,模块化、插件化、CRUD极速开发,永久开源免费,基于midway.js 2.0、typeorm、mysql、jwt、element-ui、vuex、vue-router、vue等构建
Go to file
2021-03-30 18:33:07 +08:00
.vscode 添加代码片段 2021-03-29 11:59:09 +08:00
public 更新主题冲突 2021-03-30 18:17:50 +08:00
src 更新主题冲突 2021-03-30 18:17:50 +08:00
.browserslistrc 添加vue3 2021-03-29 00:10:32 +08:00
.editorconfig 模块结构调整 2021-03-09 18:10:43 +08:00
.eslintignore 添加vue3 2021-03-29 00:10:32 +08:00
.eslintrc.js 添加vue3 2021-03-29 00:10:32 +08:00
.gitignore 添加vue3 2021-03-29 00:10:32 +08:00
.prettierrc 初始化 2021-02-28 01:55:04 +08:00
babel.config.js 添加vue3 2021-03-29 00:10:32 +08:00
package.json 更新主题冲突 2021-03-30 18:17:50 +08:00
README.md 更新说明 2021-03-30 18:33:07 +08:00
tsconfig.json 添加vue3 2021-03-29 00:10:32 +08:00
vue.config.js 更新主题冲突 2021-03-30 18:17:50 +08:00
yarn.lock 更新依赖 2021-03-29 09:43:06 +08:00

cool-admin [vue3 - ts - webpack]

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-midway

微信群

Admin Wechat

微信公众号

Admin Wechat

在线社区

https://bbs.cool-js.com/

安装项目依赖

推荐使用 yarn

yarn

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

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

运行应用程序

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

yarn dev