mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-12 04:43:42 +08:00
Compare commits
8 Commits
ff83d333a5
...
legacy
Author | SHA1 | Date | |
---|---|---|---|
|
0a47fc264b | ||
|
edf43cdc25 | ||
|
5bd177dec6 | ||
|
223c0bbbdb | ||
|
3a916b1c4d | ||
|
ec4b5f3928 | ||
|
d149668dbd | ||
|
7c1b8dc968 |
29
README.md
29
README.md
@@ -5,25 +5,24 @@
|
||||
|
||||
[](./LICENSE)  
|
||||
|
||||
## 注意
|
||||
## 注意 SoybeanAdmin 正在重构,全新 1.0 即将发布
|
||||
|
||||
Soybean Admin 正在重构,重构后的版本为v1.0,变更点如下:
|
||||
Soybean Admin v1.0 :
|
||||
|
||||
- 采用基于 pnpm 的 monorepo 管理项目
|
||||
- 第三方 soybeanjs 的工具库直接抽离到项目中(ElegantRouter除外),不再作为依赖
|
||||
- 采用全新的路由插件 [ElegantRouter](https://github.com/soybeanjs/elegant-router)
|
||||
- 使用基于 [ApiFox](https://apifox.com/) 的远程 mock 代替本地 mock
|
||||
- 基于现有路由插件迁移至新路由插件的指南
|
||||
- 代码实现遵循 SoybeanJS 的代码规范
|
||||
- 项目的 main 分支保留系统核心部分,示例页面和无关核心的插件移至 example 分支
|
||||
- 完整 1.0 版本的文档
|
||||
- [x] 采用基于 pnpm 的 monorepo 管理项目
|
||||
- [x] 第三方 soybeanjs 的工具库直接抽离到项目中(ElegantRouter除外),不再作为依赖
|
||||
- [x] 采用全新的路由插件 ElegantRouter
|
||||
- [x] 使用基于 ApiFox 的远程 mock 代替本地 mock
|
||||
- [x] 基于现有路由插件迁移至新路由插件的指南
|
||||
- [x] 代码实现遵循 SoybeanJS 的代码规范
|
||||
- [ ] 项目的 main 分支保留系统核心部分,示例页面和无关核心的插件移至 example 分支
|
||||
- [ ] 完整 1.0 版本的文档
|
||||
|
||||
> 1.0版本仍然采用 NaiveUI
|
||||
1.0 源代码:[v1.0-beta](https://github.com/honghuangdc/soybean-admin/tree/v1.0-beta)
|
||||
|
||||
> 同时推出需要商业授权的 AntDesignVue 版本 和 ElementPlus 版本
|
||||
> 同时推出开源的 [AntDesignVue 版本](https://github.com/soybeanjs/soybean-admin-antd) 和 ElementPlus 版本
|
||||
|
||||
AntDesignVue版本进度 90%
|
||||
[预览地址](https://antd.soybeanjs.cn/)
|
||||
> 新开项目建议直接使用 [v1.0-beta](https://github.com/honghuangdc/soybean-admin/tree/v1.0-beta) 或 [AntDesignVue 版本](https://github.com/soybeanjs/soybean-admin-antd)
|
||||
|
||||
## 简介
|
||||
|
||||
@@ -185,7 +184,7 @@ docker run -d -p 80:80 soybean-admin-image
|
||||
<img src="https://i.loli.net/2021/11/24/1J6REWXiHomU2kM.jpg" style="width:200px" />
|
||||
</div>
|
||||
<div>
|
||||
<p>添加本人微信,欢迎来技术交流,业务咨询</p>
|
||||
<p>添加本人微信,欢迎来业务咨询(技术交流请加QQ群)</p>
|
||||
<img src="https://s2.loli.net/2023/06/07/sVyCUFBvzQ9f5b7.jpg" style="width:200px" />
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user