Update README.md

This commit is contained in:
Scarqin
2024-10-25 15:44:42 +08:00
committed by GitHub
parent 77da2a7fd2
commit 1d275e3313
+12 -5
View File
@@ -1,10 +1,17 @@
# 部署
## 安装依赖
建议使用pnpm
`npm install -g pnpm`
使用pnpm安装依赖
`pnpm install`
建议使用 pnpm
```
npm install -g pnpm
```
使用pnpm安装依赖
```
pnpm install
```
## 编译
`pnpm run build`
```
pnpm run build
```