Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite25efa1

Browse files
authored
fix: correct the command to show help in README.md
The old command will show the help of `npm create`, not the help of `create-vue`.
1 parentf5291af commite25efa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ npm create vue@latest
1717
>[!NOTE]
1818
>(`@latest` or`@legacy`) MUST NOT be omitted, otherwise`npm` may resolve to a cached and outdated version of the package.
1919
20-
By default the command will run in interactive mode, but you can also provide feature flags in the CLI arguments to skip the prompts. Run`npm createvue@latest -- --help` to see all available options.
20+
By default the command will run in interactive mode, but you can also provide feature flags in the CLI arguments to skip the prompts. Run`npx create-vue@latest -- --help` to see all available options.
2121

2222
If you need to support IE11, you can create a Vue 2 project with:
2323

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp