cool-admin一个很酷的后台权限管理框架,模块化、插件化、CRUD极速开发,永久开源免费,基于midway.js 2.0、typeorm、mysql、jwt、element-ui、vuex、vue-router、vue等构建
Go to file
cool-team-official e560b9e772
Merge pull request #16 from icssoa/vue3-ts-vite
cl-form添加hook
2021-04-13 15:46:15 +08:00
.vscode 调整结构,添加 /$ 2021-04-03 13:37:52 +08:00
public 优化主题 2021-04-06 16:51:40 +08:00
src cl-form添加hook 2021-04-13 15:43:11 +08:00
.editorconfig 模块结构调整 2021-03-09 18:10:43 +08:00
.eslintignore build 调整 2021-04-01 18:36:57 +08:00
.eslintrc.js 添加 lint,解决 /@/ 找不到路径问题 2021-03-31 16:48:59 +08:00
.gitignore 发布 vite 版本 2021-03-30 18:23:08 +08:00
.prettierrc 添加 lint,解决 /@/ 找不到路径问题 2021-03-31 16:48:59 +08:00
index.html 解决crud组件渲染无法双向绑定问题 2021-04-06 16:51:48 +08:00
package-lock.json build 调整 2021-04-01 18:36:57 +08:00
package.json cl-form添加hook 2021-04-13 15:43:11 +08:00
README.md 添加说明 2021-03-30 18:27:37 +08:00
tsconfig.json 调整结构,添加 /$ 2021-04-03 13:37:52 +08:00
vite.config.ts 解决 dynamically imported module 问题 2021-04-06 00:05:09 +08:00
yarn-error.log 解决crud组件渲染无法双向绑定问题 2021-04-06 16:51:48 +08:00
yarn.lock 解决 dynamically imported module 问题 2021-04-06 00:05:09 +08:00

cool-admin [vue3 - ts - vite]

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