From 29fd85254b2bf7a06202f166bc1609586ad090e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Wed, 15 Jun 2022 16:15:49 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 986d144b..f9436dbd 100644 --- a/README.md +++ b/README.md @@ -63,11 +63,18 @@ GoView 是一个高效的拖拽式低代码数据可视化开发平台,将图 ## 安装 -本项目采用` pnpm` 进行包管理,经反馈若采用 `npm/yarn` 等方式安装依赖会导致错误,请使用 `pnpm` 安装依赖包。 +本项目采用` pnpm` 进行包管理 ```shell -#pnpm(建议使用nrm切换到淘宝源) +#建议使用 nrm 切换到淘宝源 https://registry.npmmirror.com/ +#pnpm pnpm install + +#yarn +yarn install + +#npm +npm install ``` ## 启动