Skip to content

Commit

Permalink
docs: add a note for PowerShell users to show help
Browse files Browse the repository at this point in the history
  • Loading branch information
shi0rik0 committed Jan 11, 2025
1 parent f5291af commit 7a5bce2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a5bce2

Please sign in to comment.