更新说明

This commit is contained in:
JEECG
2025-10-10 10:20:09 +08:00
parent b0e974a418
commit d6d880f887
2 changed files with 6 additions and 6 deletions

View File

@ -47,10 +47,10 @@ JeecgBoot低代码平台兼容所有J2EE项目开发支持信创国产化
#### 项目说明 #### 项目说明
| 项目名 | 说明 | | 项目名 | 说明 |
|--------------------|------------------------------| |--------------------|------------------------------------|
| `jeecg-boot` | 后端源码JAVASpringBoot3微服务架构 | | `jeecg-boot` | 后端源码JAVASpringBoot3微服务架构 |
| `jeecgboot-vue3` | 前端源码VUE3vue3+vite5+ts最新技术栈 | | `jeecgboot-vue3` | 前端源码VUE3vue3+vite6+antd4+ts最新技术栈 |

View File

@ -35,9 +35,9 @@ JeecgBoot-Vue3采用 Vue3.0、Vite、 Ant-Design-Vue4、TypeScript 等新技术
## 安装与使用 ## 安装与使用
* 本地环境安装 `Node.js 、npm 、pnpm` * 本地环境安装 `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+ )`