pull/47/head
zhangdaiscott 2022-03-26 11:20:21 +08:00
parent d3ad78369f
commit c2db391941
1 changed files with 14 additions and 12 deletions

View File

@ -11,18 +11,8 @@ JeecgBoot-Vue3采用 Vue3.0、Vite、 Ant-Design-Vue、TypeScript 等新技术
> 全新的VUE3技术栈不只是追赶技术潮流用了之后才能体会到Vue3的好处的确比2更加适合大型项目。
### 源码下载:
> - 重要必看切换Vue3路由 [http://vue3.jeecg.com/2671576](http://vue3.jeecg.com/2671576)
> - 后台版本要求:`jeecgboot v3.0+`以上, 因为从3.0版本开始后台为了兼容vue3.0前端做了很多适配工作。
| | 后端源码 | vue3前端源码 |
|--- |--- | --- |
| github | https://github.com/jeecgboot/jeecg-boot | https://github.com/jeecgboot/jeecgboot-vue3 |
| 码云 | https://gitee.com/jeecg/jeecg-boot | https://gitee.com/jeecg/jeecgboot-vue3 |
### 相关文档:
## 相关文档
* 开发文档http://vue3.jeecg.com
@ -32,7 +22,19 @@ JeecgBoot-Vue3采用 Vue3.0、Vite、 Ant-Design-Vue、TypeScript 等新技术
* 在线演示http://boot3.jeecg.com
* QQ交流群683903138
## Install and use
## 源码下载
> - 重要必看切换Vue3路由 [http://vue3.jeecg.com/2671576](http://vue3.jeecg.com/2671576)
> - 后台版本要求:`jeecgboot v3.0+`以上, 因为从3.0版本开始后台为了兼容vue3.0前端做了很多适配工作。
| | JAVA后端 | VUE3前端 |
|--- |--- | --- |
| github | https://github.com/jeecgboot/jeecg-boot | https://github.com/jeecgboot/jeecgboot-vue3 |
| 码云 | https://gitee.com/jeecg/jeecg-boot | https://gitee.com/jeecg/jeecgboot-vue3 |
## 安装与使用