VUE2与VUE3版本区别

pull/4644/head
zhangdaiscott 2023-03-06 11:24:20 +08:00
parent b679fb75ba
commit d84cf92b03
2 changed files with 21 additions and 6 deletions

View File

@ -7,13 +7,13 @@
JEECG BOOT Low Code Development Platform
===============
The Latest Version 3.4.4Release date2022-11-21
The Latest Version 3.5.0Release date2023-03-08
[![AUR](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://github.com/zhangdaiscott/jeecg-boot/blob/master/LICENSE)
[![](https://img.shields.io/badge/Author-qiaoqiaoyun-orange.svg)](http://www.jeecg.com)
[![](https://img.shields.io/badge/Blog-blog-blue.svg)](https://jeecg.blog.csdn.net)
[![](https://img.shields.io/badge/version-3.4.4-brightgreen.svg)](https://github.com/zhangdaiscott/jeecg-boot)
[![](https://img.shields.io/badge/version-3.5.0-brightgreen.svg)](https://github.com/zhangdaiscott/jeecg-boot)
[![GitHub stars](https://img.shields.io/github/stars/zhangdaiscott/jeecg-boot.svg?style=social&label=Stars)](https://github.com/zhangdaiscott/jeecg-boot)
[![GitHub forks](https://img.shields.io/github/forks/zhangdaiscott/jeecg-boot.svg?style=social&label=Fork)](https://github.com/zhangdaiscott/jeecg-boot)

View File

@ -39,16 +39,14 @@ JeecgBoot 提供了一系列`低代码模块`,实现在线开发`真正的零
| 源码 | 源码地址 |
|--------------------|------------------------|
| 后台源码 | https://github.com/jeecgboot/jeecg-boot |
| 后台源码 JAVA | https://github.com/jeecgboot/jeecg-boot |
| 前端源码 `Vue3版` | https://github.com/jeecgboot/jeecgboot-vue3 |
| 前端源码 `Vue2版` |https://github.com/jeecgboot/ant-design-vue-jeecg |
| APP配套框架 | https://github.com/jeecgboot/jeecg-uniapp |
##### 快速搭建开发环境
- [通过IDEA启动前后端项目](http://doc.jeecg.com/2043874)
- [Vue3前端项目快速启动](http://vue3.jeecg.com/2398848)
- [Vue2前端项目快速启动](http://doc.jeecg.com/2678320)
- [单体快速切换为微服务版](http://doc.jeecg.com/3043471)
##### 项目说明
@ -57,12 +55,27 @@ JeecgBoot 提供了一系列`低代码模块`,实现在线开发`真正的零
|--------------------|------------------------|
| `jeecg-boot` | SpringBoot后台源码支持微服务 |
| `jeecgboot-vue3` | Vue3+TS 新版前端源码 |
| `ant-design-vue-jeecg` |Vue2版 前端源码 |
| `jeecg-uniapp` | APP开发框架一份代码多终端适配同时支持APP、小程序、H5 |
| `jeecg-boot-starter` | [Stater依赖项目单独维护点击下载](https://gitee.com/jeecg/jeecg-boot-starter) |
| `更多开源插件` | [更多源码下载](https://github.com/jeecgboot) |
Vue2版本专题说明
-----------------------------------
#### 项目介绍
- 项目名称ant-design-vue-jeecg
- 说明目前vue2版本最新代码只支持到jeecgboot 3.4.3版本,一定注意。
- [快速启动——Vue2前端](http://doc.jeecg.com/2678320)
#### 源码下载
| 后端源码 `Vue2版` |https://gitee.com/jeecg/jeecg-boot/tree/v3.4.3last |
| 前端源码 `Vue2版` |https://github.com/jeecgboot/ant-design-vue-jeecg |
#### Vue2与Vue3版本区别
> VUE3版本彻底抛弃IE兼容不兼容IE和低版本浏览器只适配高版本谷歌和Edge
政府、事业类单位项目需要谨慎选择——国产化迁移是一个漫长的过程万一过程中要求IE兼容这个不可逆
所以如果对浏览器有要求的项目请选择VUE2版本。
技术文档
-----------------------------------
@ -82,6 +95,8 @@ JeecgBoot 提供了一系列`低代码模块`,实现在线开发`真正的零
Docker启动项目
-----------------------------------