Skip to content

Commit 203e069

Browse files
committed
docs: update vue create options
1 parent b1512be commit 203e069

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/cli.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,15 @@ create a new project powered by vue-cli-service
4343
4444
Options:
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

0 commit comments

Comments
 (0)