mod: update readme

This commit is contained in:
zhangchuanlong 2022-02-18 15:28:15 +08:00
parent b569b58c9d
commit 39da2634d5

View File

@ -44,8 +44,8 @@ git clone https://github.com/zclzone/vue-naive-admin.git
# 进入项目目录 # 进入项目目录
cd vue-naive-admin cd vue-naive-admin
# 安装依赖 # 安装依赖(建议使用pnpm: https://pnpm.io/zh/installation)
pnpm i pnpm i # 或者 npm i
# 启动 # 启动
npm run dev npm run dev