From 0b1ea7a8df45353c1deed8402bccc90146aa3274 Mon Sep 17 00:00:00 2001 From: dftre <3066417822@qq.com> Date: Tue, 23 Jul 2024 12:29:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BE=9D=E8=B5=96huilder?= =?UTF-8?q?=E7=9A=84=E4=BD=BF=E7=94=A8=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index baccf03..6469403 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,13 @@ RuoYi-Vue 与 RuoYi-App 是基于 SpringBoot2+Vue2 打造的企业级开发框 **注意:**node 版本需要 16+ +## 迁移到Hbuilder(不依赖Hbuilder的项目不需要迁移) + +1. src路径作为项目根路径 +2. 将index.html、package.json、vite.config.js、tsconfig.json粘贴到src目录下 +3. 在src目录下运行npm install + + ## 安装 一下三种方式均可,感觉速度 pnpm > yarn > cnpm > npm