update README.md.

Signed-off-by: Dftre <3066417822@qq.com>
This commit is contained in:
Dftre 2024-10-14 02:43:11 +00:00 committed by Gitee
parent 4be484d27a
commit d2df337caf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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使用不多
## 安装