Skip to content

Commit 27ca5bd

Browse files
authored
Use @vitejs/app instead of vite-app (#818)
When I use `vite-app`, `Tailwind CSS` can't work. And I see on the website of `vite`, now they use `@vitejs/app`.
1 parent 3358c48 commit 27ca5bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Vue projects can quickly be set up with Vite by running the following commands i
7676
With npm:
7777

7878
```bash
79-
$ npm init vite-app <project-name>
79+
$ npm init @vitejs/app <project-name>
8080
$ cd <project-name>
8181
$ npm install
8282
$ npm run dev
@@ -85,7 +85,7 @@ $ npm run dev
8585
Or with Yarn:
8686

8787
```bash
88-
$ yarn create vite-app <project-name>
88+
$ yarn create @vitejs/app <project-name>
8989
$ cd <project-name>
9090
$ yarn
9191
$ yarn dev

0 commit comments

Comments
 (0)