]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
docs: add a note for PowerShell users to show help
authorshi0rik0 <anguuan@outlook.com>
Sat, 11 Jan 2025 11:32:51 +0000 (19:32 +0800)
committerCédric Exbrayat <cexbrayat@users.noreply.github.com>
Sun, 12 Jan 2025 16:05:42 +0000 (17:05 +0100)
README.md

index 5784f8c0a4fd3ed9156d22b3d4dba96f5eb60d57..7e4131c40a20cc6b824d2ae269cbf526a519e8f9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,6 +19,9 @@ npm create vue@latest
 
 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 create vue@latest -- --help` to see all available options.
 
+> [!NOTE]
+> If you're using PowerShell, you'll need to quote the `--`, that is, run `npm create vue@latest '--' --help`.
+
 If you need to support IE11, you can create a Vue 2 project with:
 
 ```sh