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.
@latest
1 parent cfba2f9 commit 9bba10eCopy full SHA for 9bba10e
README.md
@@ -9,16 +9,16 @@ The recommended way to start a Vite-powered Vue project
9
## Usage
10
11
```sh
12
-npm create vue@3
+npm create vue@latest
13
```
14
15
Or, if you need to support IE11, you can create a Vue 2 project with:
16
17
18
-npm create vue@2
+npm create vue@legacy
19
20
21
-Note that the version number (`@3` or `@2`) MUST NOT be omitted, otherwise `npm` may resolve to a cached and outdated version of the package.
+Note that the tag name (`@latest` or `@legacy`) MUST NOT be omitted, otherwise `npm` may resolve to a cached and outdated version of the package.
22
23
## Difference from Vue CLI
24
media/screenshot-cli.png
111 KB
0 commit comments