chore: 使用 pnpm 更新安装命令

This commit is contained in:
ioococ
2025-11-10 15:26:33 +08:00
parent da959af45f
commit 06fbace5d1

View File

@@ -26,17 +26,17 @@ See [Vite Configuration Reference](https://vite.dev/config/).
## Project Setup
```sh
npm install
pnpm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
pnpm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
pnpm run build
```