2021-09-13 18:43:00 +08:00
|
|
|
|
<div align="center">
|
2021-09-09 00:31:41 +08:00
|
|
|
|
<a href="https://github.com/honghuangdc/soybean-admin">
|
|
|
|
|
<img alt="SoybeanAdmin Logo" width="200" height="200" src="https://s3.bmp.ovh/imgs/2021/09/088571214c76b1e5.png">
|
2021-11-10 23:53:18 +08:00
|
|
|
|
</a><br /><br />
|
2021-09-09 00:31:41 +08:00
|
|
|
|
<h1>Soybean Admin</h1>
|
|
|
|
|
<br />
|
|
|
|
|
</div>
|
2021-11-19 09:23:59 +08:00
|
|
|
|
|
2021-11-10 23:53:18 +08:00
|
|
|
|
[](LICENSE)
|
|
|
|
|
|
|
|
|
|
|
2021-09-09 00:31:41 +08:00
|
|
|
|
|
|
|
|
|
## 简介
|
|
|
|
|
|
2021-11-10 23:42:48 +08:00
|
|
|
|
Soybean Admin 是一个基于 Vue3、Vite、Naive UI、TypeScript 的免费中后台模版,它使用了最新的前端技术栈,内置丰富的插件,有着极高的代码规范,开箱即用的中后台前端解决方案,也可用于学习参考。
|
2021-09-09 00:31:41 +08:00
|
|
|
|
|
|
|
|
|
## 特性
|
|
|
|
|
|
|
|
|
|
- **最新技术栈**:使用 Vue3/vite2 等前端前沿技术开发, 使用高效率的npm包管理器pnpm
|
|
|
|
|
- **TypeScript**: 应用程序级 JavaScript 的语言
|
2021-11-10 20:44:43 +08:00
|
|
|
|
- **主题**:丰富可配置的主题
|
|
|
|
|
- **代码规范**:丰富的规范插件及极高的代码规范
|
|
|
|
|
- **路由配置**:简易的路由配置
|
2021-09-09 00:31:41 +08:00
|
|
|
|
|
|
|
|
|
## 预览
|
|
|
|
|
|
2021-11-10 20:44:43 +08:00
|
|
|
|
- [soybean-admin](https://soybean.pro/)
|
2021-09-11 14:01:36 +08:00
|
|
|
|
|
2021-11-10 23:42:48 +08:00
|
|
|
|
<p align="center">
|
|
|
|
|
|
|
|
|
|
<img alt="SoybeanAdmin" width="100%" src="https://raw.githubusercontent.com/honghuangdc/project-assets/main/img/02.png">
|
|
|
|
|
|
|
|
|
|
<img alt="SoybeanAdmin" width="100%" src="https://raw.githubusercontent.com/honghuangdc/project-assets/main/img/03.png">
|
|
|
|
|
|
|
|
|
|
<img alt="SoybeanAdmin" width="100%" src="https://raw.githubusercontent.com/honghuangdc/project-assets/main/img/01.png">
|
|
|
|
|
|
|
|
|
|
<img alt="SoybeanAdmin" width="100%" src="https://raw.githubusercontent.com/honghuangdc/project-assets/main/img/04.png">
|
|
|
|
|
|
|
|
|
|
<img alt="SoybeanAdmin" width="100%" src="https://raw.githubusercontent.com/honghuangdc/project-assets/main/img/05.png">
|
|
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
2021-11-18 15:56:58 +08:00
|
|
|
|
### 代码仓库
|
|
|
|
|
|
|
|
|
|
**github**:https://github.com/honghuangdc/soybean-admin
|
2021-11-10 23:42:48 +08:00
|
|
|
|
|
2021-11-18 15:56:58 +08:00
|
|
|
|
**gitee**:https://gitee.com/honghuangdc/soybean-admin
|
2021-11-10 23:42:48 +08:00
|
|
|
|
|
|
|
|
|
### 使用 Gitpod
|
|
|
|
|
|
|
|
|
|
在 Gitpod(适用于 GitHub 的免费在线开发环境)中打开项目,并立即开始编码.
|
|
|
|
|
|
|
|
|
|
[](https://gitpod.io/#https://github.com/honghuangdc/soybean-admin)
|
|
|
|
|
|
|
|
|
|
## 文档
|
|
|
|
|
|
2021-11-24 00:46:58 +08:00
|
|
|
|
[项目文档](https://docs.soybean.pro)
|
2021-11-10 23:42:48 +08:00
|
|
|
|
|
|
|
|
|
## 安装使用
|
|
|
|
|
|
|
|
|
|
- 克隆代码
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
git clone https://github.com/honghuangdc/soybean-admin.git
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
- 安装依赖
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
pnpm i
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
- 运行
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
pnpm dev
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
- 打包
|
2021-09-11 14:01:36 +08:00
|
|
|
|
|
2021-11-10 23:42:48 +08:00
|
|
|
|
```bash
|
|
|
|
|
pnpm build
|
2021-09-11 14:01:36 +08:00
|
|
|
|
```
|
2021-11-10 23:42:48 +08:00
|
|
|
|
|
|
|
|
|
## 如何贡献
|
|
|
|
|
|
|
|
|
|
非常欢迎您的加入 或者提交一个 Pull Request。
|
|
|
|
|
|
|
|
|
|
## Git 贡献提交规范
|
|
|
|
|
|
|
|
|
|
项目已经内置angular提交规范,通过git cz 代替git commit 命令即可。
|
|
|
|
|
|
|
|
|
|
git cz命令需要全局安装 commitizen
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
pnpm i -g commitizen
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## 浏览器支持
|
|
|
|
|
|
|
|
|
|
本地开发推荐使用`Chrome 90+` 浏览器
|
|
|
|
|
|
|
|
|
|
支持现代浏览器, 不支持 IE
|
|
|
|
|
|
2021-11-24 00:46:58 +08:00
|
|
|
|
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/archive/internet-explorer_9-11/internet-explorer_9-11_48x48.png" alt="IE" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)IE | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt=" Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)Safari |
|
2021-11-10 23:42:48 +08:00
|
|
|
|
| :-: | :-: | :-: | :-: | :-: |
|
|
|
|
|
| not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
|
2021-11-24 00:46:58 +08:00
|
|
|
|
|
2021-11-10 23:42:48 +08:00
|
|
|
|
## 开源作者
|
|
|
|
|
|
|
|
|
|
[@Soybean](https://github.com/honghuangdc)
|
|
|
|
|
|
|
|
|
|
## 交流
|
|
|
|
|
|
|
|
|
|
`Soybean Admin` 是完全开源免费的项目,在帮助开发者更方便地进行中大型管理系统开发,同时也提供 QQ 交流群使用问题欢迎在群内提问。
|
|
|
|
|
|
|
|
|
|
- QQ 群 `711301266`
|
2021-11-17 17:01:00 +08:00
|
|
|
|
|
|
|
|
|
<div style="text-align:left;">
|
|
|
|
|
<img src="https://raw.githubusercontent.com/honghuangdc/project-assets/main/img/qq_qrcode.JPG" style="width:200px" />
|
|
|
|
|
</div>
|
|
|
|
|
|
2021-11-24 00:46:58 +08:00
|
|
|
|
|
2021-11-17 17:01:00 +08:00
|
|
|
|
|
2021-11-10 23:42:48 +08:00
|
|
|
|
- 本人微信号:honghuangdc,欢迎来技术交流。
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
[MIT © Soybean-2021](./LICENSE)
|