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.
@vitejs/app
vite-app
1 parent 3358c48 commit 27ca5bdCopy full SHA for 27ca5bd
src/guide/installation.md
@@ -76,7 +76,7 @@ Vue projects can quickly be set up with Vite by running the following commands i
76
With npm:
77
78
```bash
79
-$ npm init vite-app <project-name>
+$ npm init @vitejs/app <project-name>
80
$ cd <project-name>
81
$ npm install
82
$ npm run dev
@@ -85,7 +85,7 @@ $ npm run dev
85
Or with Yarn:
86
87
88
-$ yarn create vite-app <project-name>
+$ yarn create @vitejs/app <project-name>
89
90
$ yarn
91
$ yarn dev
0 commit comments