Skip to content

Commit d4b813a

Browse files
committed
chore(docs): 📝 update readme for pnpm
1 parent e10b237 commit d4b813a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@ git clone https://github.com/CharleeWa/vue3-vant-mobile.git
4545
```bash
4646
cd vue3-vant-mobile
4747

48-
# with yarn
49-
yarn install
48+
# with pnpm
49+
pnpm install
5050

5151
```
5252

5353
- run
5454

5555
```bash
56-
yarn dev
56+
pnpm dev
5757
```
5858

5959
- build
6060

6161
```bash
62-
yarn build
62+
pnpm build
6363
```
6464

6565
## Preview

0 commit comments

Comments
 (0)