From ce032a58d6a02fa8b94b417463d80b0c8f003f29 Mon Sep 17 00:00:00 2001 From: cuiyouliang <799699717@qq.com> Date: Sat, 7 Jun 2025 17:13:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c3e129..6b5a3a3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ - 本仓库为前端技术栈 [Vue3](https://v3.cn.vuejs.org) + [TS](https://www.typescriptlang.org/) + [Element Plus](https://element-plus.org/zh-CN) + [Vite](https://cn.vitejs.dev) 版本。 - 成员项目: 基于 vben5(ant-design-vue) 的前端项目 [ruoyi-plus-vben5](https://gitee.com/dapppp/ruoyi-plus-vben5) - 成员项目: 基于soybean 的前端项目 [ruoyi-plus-soybean](https://gitee.com/xlsea/ruoyi-plus-soybean) - 仓库代码copy自:https://gitee.com/JavaLionLi/plus-ui 做了部分定制化修改 +- 仓库代码copy自:https://gitee.com/JavaLionLi/plus-ui 做了部分定制化修改 ## 配套后端代码仓库地址 @@ -20,6 +20,18 @@ ## 前端运行 ```bash +方式一、建议使用yarn安装依赖 + +#安装yarn +npm install -g yarn + +#修改yarn国内镜像(可视情况做修改) +yarn config set registry https://registry.npmmirror.com/ + +#执行安装npm包 +yarn install + +方式二、使用npm安装 # 安装依赖 npm install --registry=https://registry.npmmirror.com