2023-09-28 13:50:15 +08:00
|
|
|
|
# cool-admin [vue3 - ts - vite]
|
2021-03-30 18:36:26 +08:00
|
|
|
|
|
2021-02-28 02:08:07 +08:00
|
|
|
|
<p align="center">
|
2021-03-01 15:20:21 +08:00
|
|
|
|
<a href="https://show.cool-admin.com/" target="blank"><img src="https://admin.cool-js.com/logo.png" width="200" alt="cool-admin Logo" /></a>
|
2021-02-28 02:08:07 +08:00
|
|
|
|
</p>
|
2021-02-28 01:55:04 +08:00
|
|
|
|
|
2023-09-28 13:50:15 +08:00
|
|
|
|
<p align="center">cool-admin 一个很酷的后台权限管理系统,开源免费,模块化、插件化、极速开发 CRUD,方便快速构建迭代后台管理系统, 到<a href="https://cool-js.com" target="_blank">文档</a> 进一步了解</p>
|
2021-02-28 01:55:04 +08:00
|
|
|
|
|
2021-02-28 02:08:07 +08:00
|
|
|
|
<p align="center">
|
|
|
|
|
<a href="https://github.com/cool-team-official/cool-admin-vue/blob/master/LICENSE" target="_blank"><img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="GitHub license" />
|
|
|
|
|
<a href=""><img src="https://img.shields.io/github/package-json/v/cool-team-official/cool-admin-vue?style=flat-square" alt="GitHub tag"></a>
|
|
|
|
|
<img src="https://img.shields.io/github/last-commit/cool-team-official/cool-admin-vue?style=flat-square" alt="GitHub tag"></a>
|
|
|
|
|
</p>
|
|
|
|
|
|
2021-03-29 10:16:50 +08:00
|
|
|
|
## 地址
|
|
|
|
|
|
2023-09-28 13:50:15 +08:00
|
|
|
|
- [📌 v6 vue3 + element-plus + ts + vite](https://github.com/cool-team-official/cool-admin-vue/tree/6.x)
|
2021-03-29 10:16:50 +08:00
|
|
|
|
|
2023-09-28 13:50:15 +08:00
|
|
|
|
- [⚡️ v5 vue3 + element-plus + ts + vite](https://github.com/cool-team-official/cool-admin-vue/tree/5.x)
|
2021-03-29 10:16:50 +08:00
|
|
|
|
|
|
|
|
|
- [🌐 码云仓库地址](https://gitee.com/cool-team-official/cool-admin-vue)
|
|
|
|
|
|
2021-03-01 00:42:34 +08:00
|
|
|
|
## 演示
|
|
|
|
|
|
|
|
|
|
[https://show.cool-admin.com](https://show.cool-admin.com)
|
|
|
|
|
|
2021-03-29 10:16:50 +08:00
|
|
|
|
账户:admin,密码:123456
|
2021-03-01 00:42:34 +08:00
|
|
|
|
|
2021-03-29 10:16:50 +08:00
|
|
|
|
<img src="https://cool-show.oss-cn-shanghai.aliyuncs.com/admin/home-mini.png" alt="Admin Home" ></a>
|
2021-03-01 00:42:34 +08:00
|
|
|
|
|
2021-03-01 16:24:16 +08:00
|
|
|
|
## 项目后端
|
2021-03-01 00:42:34 +08:00
|
|
|
|
|
2021-03-01 16:24:16 +08:00
|
|
|
|
[https://github.com/cool-team-official/cool-admin-midway](https://github.com/cool-team-official/cool-admin-midway)
|
|
|
|
|
|
|
|
|
|
## 微信群
|
|
|
|
|
|
|
|
|
|
<img width="260" src="https://cool-show.oss-cn-shanghai.aliyuncs.com/admin/wechat.jpeg" alt="Admin Wechat"></a>
|
|
|
|
|
|
2021-02-28 01:55:04 +08:00
|
|
|
|
## 安装项目依赖
|
|
|
|
|
|
|
|
|
|
推荐使用 `yarn`:
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
yarn
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## 运行应用程序
|
|
|
|
|
|
|
|
|
|
安装过程完成后,运行以下命令启动服务。您可以在浏览器中预览网站 [http://localhost:9000](http://localhost:9000)
|
|
|
|
|
|
|
|
|
|
```shell
|
2023-09-28 13:50:15 +08:00
|
|
|
|
yarn dev
|
2021-03-02 16:03:43 +08:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|