admin-vben/README.md

125 lines
4.4 KiB
Markdown
Raw Normal View History

2023-05-19 02:52:54 +00:00
# yudao-ui-admin-vben
2023-03-18 13:10:54 +00:00
2023-04-14 07:44:56 +00:00
[![license](https://img.shields.io/github/license/xingyuv/vue-vben-admin.svg)](LICENSE)
2023-03-18 13:10:54 +00:00
2023-04-24 01:11:17 +00:00
**严肃声明:现在、未来都不会有商业版本,所有代码全部开源!**
**「我喜欢写代码,乐此不疲」**
**「我喜欢做开源,以此为乐」**
如果这个项目让你有所收获,记得 Star 关注哦,这对我是非常不错的鼓励与支持。
2023-04-14 07:44:56 +00:00
## 预览地址
2023-04-24 01:11:17 +00:00
2023-07-29 07:52:27 +00:00
- [预览地址](http://dashboard-vben.yudao.iocoder.cn/)
2023-04-14 16:26:28 +00:00
- [启动文档](https://doc.iocoder.cn/quick-start/)
2023-04-24 01:11:17 +00:00
- [视频教程](https://doc.iocoder.cn/video/)
2023-03-18 13:10:54 +00:00
## 交流群 && 外包项目请联系 [ xinyu370 ]
2023-04-24 01:11:17 +00:00
2023-04-24 03:17:01 +00:00
- [Star 点击查看](https://gitee.com/yudaocode/yudao-ui-admin-vben/issues/I6R8J0)
2023-03-18 15:57:01 +00:00
2023-05-19 02:52:54 +00:00
- ![alt 微信](./public/resource/img/wx.png)
2023-05-04 02:29:50 +00:00
2023-03-18 15:57:01 +00:00
## 开发进度
2023-04-24 01:11:17 +00:00
2023-05-08 02:50:30 +00:00
- 系统管理 已完成
- 基础设施 已完成
- 支付管理 已完成
- 公众号 进行中 40%
2023-06-13 07:08:23 +00:00
- 工作流 进行中 40% 预计7月底
- 升级 antdv 4.0 预计7月底
2023-03-18 13:10:54 +00:00
2023-03-21 10:32:40 +00:00
## 框架
| 框架 | 说明 | 版本 |
| --- | --- | --- |
2023-05-18 10:49:18 +00:00
| [Vue](https://staging-cn.vuejs.org/) | Vue 框架 | 3.3.4 |
2023-07-27 01:37:36 +00:00
| [Vite](https://cn.vitejs.dev//) | 开发与构建工具 | 4.4.7 |
2023-05-04 02:26:18 +00:00
| [ant-design-vue](https://antdv.com/) | ant-design-vue | 3.2.20 |
2023-07-04 08:20:26 +00:00
| [TypeScript](https://www.typescriptlang.org/docs/) | JavaScript 的超集 | 5.1.6 |
2023-07-27 01:37:36 +00:00
| [pinia](https://pinia.vuejs.org/) | Vue 存储库 替代 vuex5 | 2.1.6 |
2023-07-24 03:43:54 +00:00
| [vueuse](https://vueuse.org/) | 常用工具集 | 10.2.1 |
2023-03-21 10:32:40 +00:00
| [vue-i18n](https://kazupon.github.io/vue-i18n/zh/introduction.html/) | 国际化 | 9.2.2 |
2023-07-24 03:43:54 +00:00
| [vue-router](https://router.vuejs.org/) | Vue 路由 | 4.2.4 |
2023-03-29 06:12:46 +00:00
| [windicss](https://cn.windicss.org/) | 下一代工具优先的 CSS 框架 | 3.5.6 |
2023-06-25 07:28:20 +00:00
| [iconify](https://icon-sets.iconify.design/) | 在线图标库 | 3.1.1 |
2023-03-18 13:10:54 +00:00
2023-05-19 02:52:54 +00:00
- ![alt VbenAdmin](https://anncwb.github.io/anncwb/images/preview1.png)
- ![alt VbenAdmin](https://anncwb.github.io/anncwb/images/preview2.png)
- ![alt VbenAdmin](https://anncwb.github.io/anncwb/images/preview3.png)
2023-03-18 13:10:54 +00:00
## 准备
- [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 基本使用
2023-03-25 15:04:46 +00:00
- [Ant-Design-Vue](https://antdv.com/) - ui 基本使用
2023-03-18 13:10:54 +00:00
## 安装使用
- 获取项目代码
```bash
2023-03-25 15:04:46 +00:00
git clone https://gitee.com/xingyuv/yudao-ui-admin-vben.git
2023-03-18 13:10:54 +00:00
or
2023-03-25 15:04:46 +00:00
git clone https://github.com/xingyuv/yudao-ui-admin-vben.git
2023-03-18 13:10:54 +00:00
```
- 安装依赖
```bash
2023-03-21 10:32:40 +00:00
pnpm i
2023-03-18 13:10:54 +00:00
```
- 运行
```bash
2023-03-21 10:32:40 +00:00
pnpm dev
2023-03-25 15:04:46 +00:00
or
// 如果不想启动后端
pnpm front
2023-03-18 13:10:54 +00:00
```
- 打包
```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
2023-05-19 02:57:43 +00:00
| ![alt IE](https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_32x32.png) | ![alt Edge](https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_32x32.png) | ![alt Firefox](https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_32x32.png) | ![alt Chrome](https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_32x32.png) | ![alt Safari](https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_32x32.png) |
2023-03-18 13:10:54 +00:00
| :-: | :-: | :-: | :-: | :-: |
2023-05-19 02:57:43 +00:00
| [IE](http://godban.github.io/browsers-support-badges/) | [Edge](http://godban.github.io/browsers-support-badgess/) | [Firefox](http://godban.github.io/browsers-support-badges/) | [Chrome](http://godban.github.io/browsers-support-badges/) | [Safari](http://godban.github.io/browsers-support-badges/)|
2023-03-18 13:10:54 +00:00
| not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |