You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/create-app/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,12 @@ With Yarn:
17
17
$ yarn create @vitejs/app
18
18
```
19
19
20
+
With PNPM:
21
+
22
+
```bash
23
+
$ pnpx @vitejs/create-app
24
+
```
25
+
20
26
Then follow the prompts!
21
27
22
28
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite + Vue project, run:
0 commit comments