Skip to content

Commit

Permalink
chore: merge docs into dev [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Dec 1, 2018
2 parents a37c97f + 44b066e commit bfe42ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/guide/creating-a-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ vue create hello-world

::: warning
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`.
If you however want to still use the `vue create hello-world` syntax, you can alias the command by adding the following line to your `~/.bashrc` file.
`alias vue='winpty vue.cmd'`
You will need to restart your Git Bash terminal session to pull in the updated bashrc file.
:::

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.
Expand Down

0 comments on commit bfe42ed

Please sign in to comment.