mirror of
https://github.com/EasyTierMC/ETMC.Web.git
synced 2025-12-07 13:05:49 +08:00
chore: 使用 pnpm 更新安装命令
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user