mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
cool-admin一个很酷的后台权限管理框架,模块化、插件化、CRUD极速开发,永久开源免费,基于midway.js 2.0、typeorm、mysql、jwt、element-ui、vuex、vue-router、vue等构建
.vscode | ||
build/cool | ||
packages/crud | ||
public | ||
src | ||
.dockerignore | ||
.editorconfig | ||
.env | ||
.eslintignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.hintrc | ||
.prettierrc | ||
Dockerfile | ||
index.html | ||
LICENSE | ||
nginx.conf | ||
package.json | ||
README.md | ||
stats.html | ||
tsconfig.json | ||
vite.config.ts | ||
yarn.lock |
cool-admin [vue3 - ts - vite]
cool-admin 一个很酷的后台权限管理系统,开源免费,模块化、插件化、极速开发 CRUD,方便快速构建迭代后台管理系统, 到文档 进一步了解
地址
演示
账户:admin,密码:123456
项目后端
https://github.com/cool-team-official/cool-admin-midway
微信群
安装项目依赖
推荐使用 yarn
:
yarn
运行应用程序
安装过程完成后,运行以下命令启动服务。您可以在浏览器中预览网站 http://localhost:9000
yarn dev