Browse Source

修改readme。。

jiaxiaoqiang 3 months ago
parent
commit
c864015d12
1 changed files with 3 additions and 2 deletions
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -3,8 +3,9 @@
 git clone https://gitee.com/icemelonreagon/vue-admin.git
 # 安装 pnpm
 npm install pnpm -g
-# 安装依赖
-pnpm install
+# 安装依赖 一定要这么安装,不然会出现各种问题
+pnpm install --frozen-lockfile
+
 # 启动运行
 pnpm run dev