diff --git a/LICENSE b/LICENSE
new file mode 100644
index 00000000..20547de8
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2021 Soybean
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/README.md b/README.md
index df70c792..546f81dc 100644
--- a/README.md
+++ b/README.md
@@ -1,201 +1,127 @@
-

+
Soybean Admin
+
English | 中文
[](./LICENSE)  
-## 注意
+## Introduction
-Soybean Admin 正在重构,重构后的版本为v1.0,变更点如下:
+[Soybean Admin](https://github.com/soybeanjs/soybean-admin) is a fresh and elegant admin template based on Vue3, Vite5, TypeScript, Pinia and UnoCSS. It uses the latest popular front-end technology stack, built-in rich theme configuration, has a very high code specification, and is has an automatic, intelligent file routing system. It use ApiFox to generate mock data, out-of-the-box admin solutions, can also be used for learning reference.
-- 采用基于 pnpm 的 monorepo 管理项目
-- 第三方 soybeanjs 的工具库直接抽离到项目中(ElegantRouter除外),不再作为依赖
-- 采用全新的路由插件 [ElegantRouter](https://github.com/soybeanjs/elegant-router)
-- 使用基于 [ApiFox](https://apifox.com/) 的远程 mock 代替本地 mock
-- 基于现有路由插件迁移至新路由插件的指南
-- 代码实现遵循 SoybeanJS 的代码规范
-- 项目的 main 分支保留系统核心部分,示例页面和无关核心的插件移至 example 分支
-- 完整 1.0 版本的文档
+## Features
-> 1.0版本仍然采用 NaiveUI
+- **Popular technology stack**:Vue3, Vite5, TypeScript, Pinia, UnoCSS.
+- **Clean Structure**:Use pnpm monorepo, clean and elegant structure, easy to maintain.
+- **TypeScript**:Strictly typed, easy to maintain.
+- **Theme**:Built-in rich theme configuration, easy to incorporate UnoCSS.
+- **File routing System**:Automatic, intelligent file routing system. more details in [Elegant Router](https://github.com/soybeanjs/elegant-router).
+- **Auth Router**: Support front-end static routing and back-end dynamic routing.
+- **Code Specification**:Very high code specification. more details in [SoybeanJS Code Standard]().
-> 同时推出需要商业授权的 AntDesignVue 版本 和 ElementPlus 版本
+## Preview
-AntDesignVue版本进度 90%
-[预览地址](https://antd.soybeanjs.cn/)
+- [NaiveUI](https://admin.soybeanjs.cn)
+- [AntDesign Vue](https://antd.soybeanjs.cn)
-## 简介
+## Documentation
-[Soybean Admin](https://github.com/honghuangdc/soybean-admin) 是一个基于 Vue3、Vite3、TypeScript、NaiveUI、Pinia 和 UnoCSS 的清新优雅的中后台模版,它使用了最新流行的前端技术栈,内置丰富的主题配置,有着极高的代码规范,基于文件的路由系统以及基于 Mock 的动态权限路由,开箱即用的中后台前端解决方案,也可用于学习参考。
+- [Docs](https://docs.soybeanjs.cn)
-## 特性
+## Repositories
-- **最新流行技术栈**:使用 Vue3/Vite 等前端前沿技术开发, 使用高效率的 npm 包管理器 pnpm
-- **TypeScript**: 应用程序级 JavaScript 的语言
-- **主题**:丰富可配置的主题、暗黑模式,基于原子 css 框架 - UnoCss 的动态主题颜色
-- **代码规范**:丰富的规范插件及极高的代码规范
-- **文件路由系统**:基于文件的路由系统,根据页面文件自动生成路由声明、路由导入和路由模块
-- **权限路由**:提供前端静态和后端动态两种路由模式,基于 mock 的动态路由能快速实现后端动态路由
-- **请求函数**:基于 axios 的完善的请求函数封装,提供 Promise 和 hooks 两种请求函数,加入请求结果数据转换的适配器
+| Repository | Github | Gitee | Preview |
+| --- | --- | --- | --- |
+| NaiveUI | [github](https://github.com/honghuangdc/soybean-admin) | [gitee](https://gitee.com/honghuangdc/soybean-admin) | [preview](https://admin.soybeanjs.cn) |
+| AntDesign Vue | [github](https://github.com/soybeanjs/soybean-admin-antd) | [gitee](https://gitee.com/honghuangdc/soybean-admin-antd) | [preview](https://antd.soybeanjs.cn) |
-## SoybeanJS 工具库
+## Example Images
-- [@soybeanjs/cli](https://github.com/soybeanjs/cli): SoybeanJS 命令行工具,包含发布、git 和依赖等相关的实用命令
-- [@soybeanjs/changelog](https://github.com/soybeanjs/changelog): 根据 git tags 和 commits 生成 changelog [示例](./CHANGELOG.md)
-- [eslint-config-soybeanjs](https://github.com/soybeanjs/eslint-config): SoybeanJS 的 eslint 预设配置
-- [@soybeanjs/materials](https://github.com/soybeanjs/materials): SoybeanJS 的物料仓库
-- [@soybeanjs/vite-plugin-vue-page-route](https://github.com/soybeanjs/vite-plugin-vue-page-route): SoybeanAdmin 的路由插件
+
+
+
+
+
+
+
+
-## 基于 SoybeanAdmin 二次开发的项目
-- [electron-mock-admin](https://github.com/lixin59/electron-mock-api): 一个 Mock Api 管理系统,帮助前端开发伙伴快速实现接口的 mock。
-- [T-Shell](https://github.com/TheBlindM/T-Shell): 是一个可配置命令提示的终端模拟器和 SSH 客户端。
+## Usage
-## 在线预览
+- Environment Prepare
-- [Soybean Admin 预览地址](https://admin.soybeanjs.cn/)
+ - **NodeJS**: >= 18.0.0 (recommend >=18.19.0)
+ > recommend use [fnm](https://github.com/Schniz/fnm) to manage nodejs version. [Installation Tutorial](https://juejin.cn/post/7113462239734022158)
+ - **pnpm**: >= 8.0.0 (recommend >=8.14.0)
+ - **git**
-## 文档
-
-- [项目文档预览地址](https://admin-docs.soybeanjs.cn/)
-
-## 代码仓库
-
-| 仓库 | GitHub 地址 | gitee 镜像 | 预览 |
-| -------------- | ----------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | --------------------------------------------------------- |
-| soybean-admin | [GitHub](https://github.com/honghuangdc/soybean-admin) | [gitee](https://gitee.com/honghuangdc/soybean-admin) | [预览](https://admin.soybeanjs.cn/) |
-| tauri 版 | [tauri 版](https://github.com/honghuangdc/soybean-admin/tree/tauri) | [tauri 版](https://gitee.com/honghuangdc/soybean-admin/tree/tauri) | |
-| 精简版 | [精简版](https://github.com/honghuangdc/soybean-admin/tree/thin) | [精简版](https://gitee.com/honghuangdc/soybean-admin/tree/thin) | |
-| 集成 fast-crud | [集成 fast-crud](https://github.com/honghuangdc/soybean-admin/tree/fast-crud) | [集成 fast-crud](https://gitee.com/honghuangdc/soybean-admin/tree/fast-crud) | [预览](http://fast-crud.docmirror.cn/soybean/#/crud/demo) |
-
-## 更新日志
-
-[CHANGELOG](./CHANGELOG.md)
-
-## 后端服务
-
-- [soybean-admin-java](https://github.com/honghuangdc/soybean-admin-java)
-
-## 项目示例图
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

-
-

-
-
-## 安装使用
-
-- 环境配置
- **本地环境需要安装 pnpm 7.x 、Node.js 14.18+ 和 Git**
-
-- 克隆代码
+- Clone Project
```bash
git clone https://github.com/honghuangdc/soybean-admin.git
```
-- 安装依赖
+- Install Dependencies
```bash
pnpm i
```
+> The project uses pnpm monorepo, so you can't use npm or yarn to install dependencies.
-- 运行
+- Start Project
```bash
pnpm dev
```
-- 打包
+- Build Project
```bash
pnpm build
```
-## Docker 部署
+## How to Contribute
-- Docker 部署 Soybean
+We welcome all contributions. You can submit any ideas as [pull requests](https://github.com/honghuangdc/soybean-admin/pulls) or as a GitHub [issue](https://github.com/honghuangdc/soybean-admin/issues/new).
-```bash
-docker build -t soybean-admin-image -f docker/Dockerfile .
-docker run -d -p 80:80 soybean-admin-image
-```
+## Git Commit Guidelines
-- 访问 SoybeanAdmin
+The project has built-in command `commit`, so by executing `pnpm commit` you can create a commit message following [Conventional Commits](conventionalcommits)
-打开本地浏览器访问`http://localhost`
+## Browser Support
-## 如何贡献
+It is recommended to use the latest version of Chrome in development for a better experience.
-非常欢迎您的加入 或者提交一个 Pull Request。
+| [
](http://godban.github.io/browsers-support-badges/) | [
](http://godban.github.io/browsers-support-badges/) | [
](http://godban.github.io/browsers-support-badges/) | [
](http://godban.github.io/browsers-support-badges/) | [
](http://godban.github.io/browsers-support-badges/) |
+| --- | --- | --- | --- | --- |
+| not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
-## Git 贡献提交规范
+## OpenSource Author
-项目已经内置 Angular 提交规范,直接执行 commit 命令即可生成符合 Angular 提交规范的 commit。
+[Soybean](https://github.com/honghuangdc)
-项目已用 simple-git-hooks 代替了 husky, 旧版本用了 husky,执行 pnpm soy init-simple-git-hooks 进行初始化配置
+## Communication
-## 浏览器支持
+- [GitHub Issue](https://github.com/honghuangdc/soybean-admin/issues)
+
-本地开发推荐使用`Chrome 90+` 浏览器
+- QQ Group :
-支持现代浏览器, 不支持 IE
+
+
-| [
](http://godban.github.io/browsers-support-badges/)IE | [
](http://godban.github.io/browsers-support-badges/)Edge | [
](http://godban.github.io/browsers-support-badges/)Firefox | [
](http://godban.github.io/browsers-support-badges/)Chrome | [
](http://godban.github.io/browsers-support-badges/)Safari |
-| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
-| not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
+- Soybean's Wechat (Business Consultancy or Cooperation) :
-## 开源作者
+
-[@Soybean](https://github.com/honghuangdc)
+## Donation
-## 交流
+If you think this project is helpful to you, you can buy Soybean a drink to show your support, Soybean open source power can not be separated from your support and encouragement.
-`Soybean Admin` 是完全开源免费的项目,在帮助开发者更方便地进行中大型管理系统开发,同时也提供微信和 QQ 交流群,使用问题欢迎在群内提问。
-
-
-
-
QQ交流群
-

-
-
-
添加本人微信,欢迎来技术交流,业务咨询
-

-
-
-
-## 捐赠
-
-如果你觉得这个项目对你有帮助,可以请 Soybean 喝杯饮料表示支持,Soybean 开源的动力离不开各位的支持和鼓励。
-
-
+
## License
-本项目基于[MIT © Soybean-2021](./LICENSE) 协议,仅供参考学习,商用时请保留作者的版权信息,作者不对软件做担保和负责。
+This project is based on the [MIT © 2021 Soybean](./LICENSE) protocol, for learning purposes only, please retain the author's copyright information for commercial use, the author does not guarantee and is not responsible for the software.
diff --git a/README.zh_CN.md b/README.zh_CN.md
new file mode 100644
index 00000000..dddeeb64
--- /dev/null
+++ b/README.zh_CN.md
@@ -0,0 +1,127 @@
+
+
+[](./LICENSE)  
+
+## 简介
+
+[Soybean Admin](https://github.com/honghuangdc/soybean-admin) 是一个基于 Vue3、Vite5、TypeScript、NaiveUI、Pinia 和 UnoCSS 的清新优雅的后台管理模板。采用最新流行的前端技术栈,内置丰富的主题配置,代码规范性极高,拥有自动化、智能化的文件路由系统。使用 ApiFox 生成模拟数据,开箱即用的后台管理解决方案,也可用于学习参考。
+
+## 特性
+
+- **最新流行技术栈**:Vue3、Vite5、TypeScript、NaiveUI、Pinia 和 UnoCSS。
+- **清晰的项目结构**:采用 pnpm monorepo,结构清晰优雅,易于维护。
+- **TypeScript**:严格的类型检查,易于维护。
+- **主题**:内置丰富的主题配置,轻松结合 UnoCSS。
+- **文件路由系统**:自动化、智能化的文件路由系统。更多细节请查看 [Elegant Router](https://github.com/soybeanjs/elegant-router)。
+- **权限路由**:支持前端静态路由和后端动态路由。
+- **代码规范**:代码规范性极高。更多细节请查看 [SoybeanJS Code Standard]()。
+
+## 预览
+
+- [NaiveUI](https://admin.soybeanjs.cn)
+- [AntDesign Vue](https://antd.soybeanjs.cn)
+
+## 文档
+
+- [Docs](https://docs.soybeanjs.cn)
+
+## 仓库
+
+| 仓库 | Github | Gitee | 预览 |
+| --- | --- | --- | --- |
+| NaiveUI | [github](https://github.com/honghuangdc/soybean-admin) | [gitee](https://gitee.com/honghuangdc/soybean-admin) | [preview](https://admin.soybeanjs.cn) |
+| AntDesign Vue | [github](https://github.com/soybeanjs/soybean-admin-antd) | [gitee](https://gitee.com/honghuangdc/soybean-admin-antd) | [preview](https://antd.soybeanjs.cn) |
+
+## 示例图片
+
+
+
+
+
+
+
+
+
+
+
+## 使用
+
+- 环境准备
+
+ - **NodeJS**: >= 18.0.0 (推荐 >=18.19.0)
+ > 推荐使用 [fnm](https://github.com/Schniz/fnm) 管理NodeJS版本. [安装教程](https://juejin.cn/post/7113462239734022158)
+ - **pnpm**: >= 8.0.0 (推荐 >=8.14.0)
+ - **git**
+
+- 克隆项目
+
+```bash
+git clone https://github.com/honghuangdc/soybean-admin.git
+```
+
+- 安装依赖
+
+```bash
+pnpm i
+```
+> 项目采用 pnpm monorepo,所以不能使用 npm 或 yarn 安装依赖。
+
+- 启动项目
+
+```bash
+pnpm dev
+```
+
+- 构建项目
+
+```bash
+pnpm build
+```
+
+## 如何贡献
+
+我们欢迎所有的贡献。您可以将任何想法提交为 [pull requests](https://github.com/honghuangdc/soybean-admin/pulls) 或 GitHub [issue](https://github.com/honghuangdc/soybean-admin/issues/new)。
+
+## Git 提交规范
+
+项目内置了 `commit` 命令,通过执行 `pnpm commit` 可以创建符合 [Conventional Commits](conventionalcommits) 的提交信息。
+
+## 浏览器支持
+
+推荐使用最新版的 Chrome 浏览器进行开发,以获得更好的体验。
+
+| [
](http://godban.github.io/browsers-support-badges/) | [
](http://godban.github.io/browsers-support-badges/) | [
](http://godban.github.io/browsers-support-badges/) | [
](http://godban.github.io/browsers-support-badges/) | [
](http://godban.github.io/browsers-support-badges/) |
+| --- | --- | --- | --- | --- |
+| not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
+
+## 开源作者
+
+[Soybean](https://github.com/honghuangdc)
+
+## 交流
+
+- [GitHub Issue](https://github.com/honghuangdc/soybean-admin/issues)
+
+
+- QQ 群 :
+
+
+
+
+- Soybean's 微信 (业务咨询或合作) :
+
+
+
+## 捐赠
+
+如果您认为本项目对您有所帮助,可以请 Soybean 喝杯咖啡以示支持,Soybean 的开源动力离不开您的支持和鼓励。
+
+
+
+## 开源协议
+
+项目基于 [MIT © 2021 Soybean](./LICENSE) 协议,仅供学习参考,商业使用请保留作者版权信息,作者不保证也不承担任何软件的使用风险。