From: shi0rik0 Date: Sat, 11 Jan 2025 11:32:51 +0000 (+0800) Subject: docs: add a note for PowerShell users to show help X-Git-Tag: v3.14.0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44ce56640b4e6412c614e7a34d6a7a94643fe8bb;p=thirdparty%2Fvuejs%2Fcreate-vue.git docs: add a note for PowerShell users to show help --- diff --git a/README.md b/README.md index 5784f8c0..7e4131c4 100644 --- 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