Skip to content

Commit

Permalink
docs(projects): update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Sep 20, 2023
1 parent ead48f4 commit 783648f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Expand Up @@ -5,6 +5,28 @@

[![license](https://img.shields.io/badge/license-MIT-green.svg)](./LICENSE) ![](https://img.shields.io/github/stars/honghuangdc/soybean-admin) ![](https://img.shields.io/github/forks/honghuangdc/soybean-admin)

## 注意

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 版本的文档

> 1.0版本仍然采用 NaiveUI
> 同时推出需要商业授权的 AntDesignVue 版本 和 ElementPlus 版本
全新收费版的 Elegant Admin 会同时进行开发,特性如下:

- 与UI框架无关的核心架子,基础组件由基于UnoCSS实现的组件提供,可以对接不同的UI框架
- 更丰富的主题配置及系统主题定制私有化

## 简介

[Soybean Admin](https://github.com/honghuangdc/soybean-admin) 是一个基于 Vue3、Vite3、TypeScript、NaiveUI、Pinia 和 UnoCSS 的清新优雅的中后台模版,它使用了最新流行的前端技术栈,内置丰富的主题配置,有着极高的代码规范,基于文件的路由系统以及基于 Mock 的动态权限路由,开箱即用的中后台前端解决方案,也可用于学习参考。
Expand Down

1 comment on commit 783648f

@vercel
Copy link

@vercel vercel bot commented on 783648f Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.