You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/creating-a-project.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ To create a new project, run:
8
8
vue create hello-world
9
9
```
10
10
11
+
::: warning
12
+
If you are on Windows using Git Bash with minTTY, the interactive prompts will not work. You must launch the command as `winpty vue.cmd create hello-world`.
13
+
:::
14
+
11
15
You will be prompted to pick a preset. You can either choose the default preset which comes with a basic Babel + ESLint setup, or select "Manually select features" to pick the features you need.
12
16
13
17

@@ -43,7 +47,7 @@ Options:
43
47
-i, --inlinePreset <json> Skip prompts and use inline JSON string as preset
44
48
-m, --packageManager <command> Use specified npm client when installing dependencies
45
49
-r, --registry <url> Use specified npm registry when installing dependencies (only for npm)
0 commit comments