yudao-ui-admin-vue3/README-RUN.md

9 lines
175 B
Markdown
Raw Permalink Normal View History

2025-03-02 13:36:26 +08:00
# 安装 pnpm提升依赖的安装速度
npm config set registry https://registry.npmmirror.com
npm install -g pnpm
# 安装依赖
pnpm install
# 启动服务
npm run dev