119 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			Markdown
		
	
	
			
		
		
	
	
			119 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			Markdown
		
	
	
| [](LICENSE)
 | |
| 
 | |
| <h1>yudao-ui-admin-vben</h1>
 | |
| 
 | |
| ## 原项目地址
 | |
| [gitee](https://gitee.com/xingyuv/vue-vben-admin)
 | |
| [github](https://github.com/xingyuv/vue-vben-admin)
 | |
| 
 | |
| ## 后台
 | |
| [gitee](https://gitee.com/zhijiantianya/ruoyi-vue-pro)
 | |
| [github](https://github.com/YunaiV/ruoyi-vue-pro)
 | |
| 
 | |
| ## 预览地址
 | |
| [预览地址](http://vben.x-surge.com)
 | |
| 
 | |
| ## 开发文档
 | |
| [开发文档](./dev.md)
 | |
| </div>
 | |
| 
 | |
| 
 | |
| ## 开发进度
 | |
| - axios token刷新 未完成
 | |
| - 系统管理 页面适配 99%
 | |
| - 基础设施 页面适配 95%
 | |
| - 支付管理 页面适配 进行中
 | |
| - 公众号   页面适配 进行中
 | |
| - 工作流   页面适配 未完成
 | |
| 
 | |
| ## 框架
 | |
| 
 | |
| | 框架 | 说明 | 版本 |
 | |
| | --- | --- | --- |
 | |
| | [Vue](https://staging-cn.vuejs.org/) | Vue 框架 | 3.2.47 |
 | |
| | [Vite](https://cn.vitejs.dev//) | 开发与构建工具 | 4.2.1 |
 | |
| | [ant-design-vue](https://antdv.com/) | ant-design-vue | 3.2.16 |
 | |
| | [TypeScript](https://www.typescriptlang.org/docs/) | JavaScript 的超集 | 5.0.2 |
 | |
| | [pinia](https://pinia.vuejs.org/) | Vue 存储库 替代 vuex5 | 2.0.33 |
 | |
| | [vueuse](https://vueuse.org/) | 常用工具集 | 9.13.0 |
 | |
| | [vue-i18n](https://kazupon.github.io/vue-i18n/zh/introduction.html/) | 国际化 | 9.2.2 |
 | |
| | [vue-router](https://router.vuejs.org/) | Vue 路由 | 4.1.6 |
 | |
| | [windicss](https://cn.windicss.org/) | 下一代工具优先的 CSS 框架 | 3.5.6 |
 | |
| | [iconify](https://icon-sets.iconify.design/) | 在线图标库 | 3.1.0 |
 | |
| 
 | |
| <p align="center">
 | |
|     <img alt="VbenAdmin Logo" width="100%" src="https://anncwb.github.io/anncwb/images/preview1.png">
 | |
|     <img alt="VbenAdmin Logo" width="100%" src="https://anncwb.github.io/anncwb/images/preview2.png">
 | |
|     <img alt="VbenAdmin Logo" width="100%" src="https://anncwb.github.io/anncwb/images/preview3.png">
 | |
| </p>
 | |
| 
 | |
| 
 | |
| ## 准备
 | |
| 
 | |
| - [node](http://nodejs.org/) 和 [git](https://git-scm.com/) -项目开发环境
 | |
| - [Vite4](https://vitejs.dev/) - 熟悉 vite 特性
 | |
| - [Vue3](https://v3.vuejs.org/) - 熟悉 Vue 基础语法
 | |
| - [TypeScript](https://www.typescriptlang.org/) - 熟悉`TypeScript`基本语法
 | |
| - [Es6+](http://es6.ruanyifeng.com/) - 熟悉 es6 基本语法
 | |
| - [Vue-Router-Next](https://next.router.vuejs.org/) - 熟悉 vue-router 基本使用
 | |
| - [Ant-Design-Vue](https://2x.antdv.com/docs/vue/introduce-cn/) - ui 基本使用
 | |
| 
 | |
| ## 安装使用
 | |
| 
 | |
| - 获取项目代码
 | |
| 
 | |
| ```bash
 | |
| git clone https://github.com/xingyuv/vue-vben-admin.git
 | |
| or
 | |
| git clone https://gitee.com/xingyuv/vue-vben-admin
 | |
| ```
 | |
| 
 | |
| - 安装依赖
 | |
| 
 | |
| ```bash
 | |
| cd vue-vben-admin
 | |
| 
 | |
| pnpm i
 | |
| 
 | |
| ```
 | |
| 
 | |
| - 运行
 | |
| 
 | |
| ```bash
 | |
| pnpm dev
 | |
| ```
 | |
| 
 | |
| - 打包
 | |
| 
 | |
| ```bash
 | |
| pnpm build
 | |
| ```
 | |
| 
 | |
| ## Git 贡献提交规范
 | |
| 
 | |
| - 参考 [vue](https://github.com/vuejs/vue/blob/dev/.github/COMMIT_CONVENTION.md) 规范 ([Angular](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular))
 | |
| 
 | |
|   - `feat` 增加新功能
 | |
|   - `fix` 修复问题/BUG
 | |
|   - `style` 代码风格相关无影响运行结果的
 | |
|   - `perf` 优化/性能提升
 | |
|   - `refactor` 重构
 | |
|   - `revert` 撤销修改
 | |
|   - `test` 测试相关
 | |
|   - `docs` 文档/注释
 | |
|   - `chore` 依赖更新/脚手架配置修改等
 | |
|   - `workflow` 工作流改进
 | |
|   - `ci` 持续集成
 | |
|   - `types` 类型定义文件更改
 | |
|   - `wip` 开发中
 | |
| 
 | |
| ## 浏览器支持
 | |
| 
 | |
| 本地开发推荐使用`Chrome 80+` 浏览器
 | |
| 
 | |
| 支持现代浏览器, 不支持 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/)</br>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/)</br>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/)</br>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/)</br>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/)</br>Safari |
 | |
| | :-: | :-: | :-: | :-: | :-: |
 | |
| | not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
 |