From 7a5bce2af2e0631bb953ff92ecb1208a069364ec Mon Sep 17 00:00:00 2001 From: shi0rik0 Date: Sat, 11 Jan 2025 19:32:51 +0800 Subject: [PATCH] docs: add a note for PowerShell users to show help --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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