feat:安装方式替换为pnpm

This commit is contained in:
zhangchuanlong
2022-02-11 12:05:45 +08:00
parent 9f2126835a
commit d94a7a5a05
3 changed files with 2365 additions and 2956 deletions

View File

@@ -41,7 +41,7 @@ git clone https://github.com/zclzone/vue-naive-admin.git
cd vue-naive-admin
# 安装依赖
npm i
pnpm i
# 启动
npm run dev