更新 README.md

This commit is contained in:
cuiyouliang 2025-06-07 17:13:58 +08:00
parent f8ce0b3a3c
commit ce032a58d6

View File

@ -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) 版本。 - 本仓库为前端技术栈 [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) - 成员项目: 基于 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) - 成员项目: 基于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 ```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 npm install --registry=https://registry.npmmirror.com