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
43
43
44
44
Options:
45
45
46
- -p, --preset <presetName> Skip prompts and use saved preset
46
+ -p, --preset <presetName> Skip prompts and use saved or remote preset
47
47
-d, --default Skip prompts and use default preset
48
48
-i, --inlinePreset <json> Skip prompts and use inline JSON string as preset
49
49
-m, --packageManager <command> Use specified npm client when installing dependencies
50
50
-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
51
52
-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
52
55
-h, --help output usage information
53
56
```
54
57
You can’t perform that action at this time.
0 commit comments