diff --git a/src/guide/installation.md b/src/guide/installation.md index 282241dd23..d4cb61c7b0 100644 --- a/src/guide/installation.md +++ b/src/guide/installation.md @@ -76,7 +76,7 @@ Vue projects can quickly be set up with Vite by running the following commands i With npm: ```bash -$ npm init vite-app +$ npm init @vitejs/app $ cd $ npm install $ npm run dev @@ -85,7 +85,7 @@ $ npm run dev Or with Yarn: ```bash -$ yarn create vite-app +$ yarn create @vitejs/app $ cd $ yarn $ yarn dev