We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10b237 commit d4b813aCopy full SHA for d4b813a
README.md
@@ -45,21 +45,21 @@ git clone https://github.com/CharleeWa/vue3-vant-mobile.git
45
```bash
46
cd vue3-vant-mobile
47
48
-# with yarn
49
-yarn install
+# with pnpm
+pnpm install
50
51
```
52
53
- run
54
55
56
-yarn dev
+pnpm dev
57
58
59
- build
60
61
62
-yarn build
+pnpm build
63
64
65
## Preview
0 commit comments