# 部署 ## 安装依赖 建议使用 pnpm ``` npm install -g pnpm ``` 使用pnpm安装依赖 ``` pnpm install ``` ## 编译 ``` pnpm run build ```