Skip to content

Commit fa6e977

Browse files
davidberneggeryyx990803
authored andcommitted
docs: update create command flags (vuejs#2063) [ci skip]
1 parent d210e78 commit fa6e977

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/guide/creating-a-project.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,12 @@ Options:
4848
-m, --packageManager <command> Use specified npm client when installing dependencies
4949
-r, --registry <url> Use specified npm registry when installing dependencies (only for npm)
5050
-g, --git [message|false] Force / skip git initialization, optionally specify initial commit message
51+
-n, --no-git Skip git initialization
5152
-f, --force Overwrite target directory if it exists
5253
-c, --clone Use git clone when fetching remote preset
53-
-x, --proxy Use specified proxy when creating project
54-
-h, --help output usage information
54+
-x, --proxy Use specified proxy when creating project
55+
-b, --bare Scaffold project without beginner instructions
56+
-h, --help Output usage information
5557
```
5658

5759
## Using the GUI

0 commit comments

Comments
 (0)