From d6d880f887ed74414be4921554c8c206af0eeff5 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Fri, 10 Oct 2025 10:20:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecg-boot/README.md | 8 ++++---- jeecgboot-vue3/README.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jeecg-boot/README.md b/jeecg-boot/README.md index 0243cee77..418c995ab 100644 --- a/jeecg-boot/README.md +++ b/jeecg-boot/README.md @@ -47,10 +47,10 @@ JeecgBoot低代码平台兼容所有J2EE项目开发,支持信创国产化, #### 项目说明 -| 项目名 | 说明 | -|--------------------|------------------------------| -| `jeecg-boot` | 后端源码JAVA(SpringBoot3微服务架构) | -| `jeecgboot-vue3` | 前端源码VUE3(vue3+vite5+ts最新技术栈) | +| 项目名 | 说明 | +|--------------------|------------------------------------| +| `jeecg-boot` | 后端源码JAVA(SpringBoot3微服务架构) | +| `jeecgboot-vue3` | 前端源码VUE3(vue3+vite6+antd4+ts最新技术栈) | diff --git a/jeecgboot-vue3/README.md b/jeecgboot-vue3/README.md index dde798b3a..20e8ec0e4 100644 --- a/jeecgboot-vue3/README.md +++ b/jeecgboot-vue3/README.md @@ -35,9 +35,9 @@ JeecgBoot-Vue3采用 Vue3.0、Vite、 Ant-Design-Vue4、TypeScript 等新技术 ## 安装与使用 * 本地环境安装 `Node.js 、npm 、pnpm` -* Node.js 版本建议`v20.15.0`,要求`Node 20+` 版本以上 +* Node.js 版本要求`Node 20+` 版本以上 - ` ( 因为Vite5 不再支持已 EOL 的 Node.js 14 / 16 / 17 / 19,现在需要 Node.js 18 / 20+ )` + ` ( 因为Vite5 不再支持已 EOL 的 Node.js 14 / 16 / 17 / 19,现在需要 Node 20+ )`