# 安装 pnpm,提升依赖的安装速度 npm config set registry https://registry.npmmirror.com npm install -g pnpm # 安装依赖 pnpm install # 启动服务 npm run dev