File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,15 @@ create a new project powered by vue-cli-service
4343
4444Options:
4545
46- -p, --preset <presetName> Skip prompts and use saved preset
46+ -p, --preset <presetName> Skip prompts and use saved or remote preset
4747 -d, --default Skip prompts and use default preset
4848 -i, --inlinePreset <json> Skip prompts and use inline JSON string as preset
4949 -m, --packageManager <command> Use specified npm client when installing dependencies
5050 -r, --registry <url> Use specified npm registry when installing dependencies (only for npm)
51+ -g, --git [message] Force / skip git intialization, optionally specify initial commit message
5152 -f, --force Overwrite target directory if it exists
53+ -c, --clone Use git clone when fetching remote preset
54+ -x, --proxy Use specified proxy when creating project
5255 -h, --help output usage information
5356```
5457
You can’t perform that action at this time.
0 commit comments