Skip to content

Commit 7a5bce2

Browse files
committed
docs: add a note for PowerShell users to show help
1 parent f5291af commit 7a5bce2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ npm create vue@latest
1919
2020
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.
2121

22+
> [!NOTE]
23+
> If you're using PowerShell, you'll need to quote the `--`, that is, run `npm create vue@latest '--' --help`.
24+
2225
If you need to support IE11, you can create a Vue 2 project with:
2326

2427
```sh

0 commit comments

Comments
 (0)