From d2df337caf25b872b92c7ae99644745fdcad439f Mon Sep 17 00:00:00 2001 From: Dftre <3066417822@qq.com> Date: Mon, 14 Oct 2024 02:43:11 +0000 Subject: [PATCH] update README.md. Signed-off-by: Dftre <3066417822@qq.com> --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6469403..feb5096 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,10 @@ RuoYi-Vue 与 RuoYi-App 是基于 SpringBoot2+Vue2 打造的企业级开发框 ## 迁移到Hbuilder(不依赖Hbuilder的项目不需要迁移) 1. src路径作为项目根路径 -2. 将index.html、package.json、vite.config.js、tsconfig.json粘贴到src目录下 +2. 将index.html、package.json、vite.config.js、tsconfig.json、.gitignore粘贴到src目录下 3. 在src目录下运行npm install +4. 修改index.html中的./src/main.js为./main.js +5. 在HBuilderX中运行时注意观察是否使用的是Vue3的编译器(若不是请自行查找方法解决,本人对HbuilderX使用不多) ## 安装