Business background
learning vue-cli3.0
- initialize the project with
vue create
command - the terminal will pop up three options for me to choose
- I want to choose to set
Manually
manually. - but there is no way to choose on the terminal
my environment
- windows7
- gitbash 2.85 x 86 million 64
- vue3.0
related codes
$ vue create h6
? Please pick a preset: (Use arrow keys)
> first (vue-router, eslint)
default (babel, eslint)
Manually select features
the effect picture is as follows
my attempt
- by moving the up and down keys to the
Manually
line, there is no response - by entering
>
arrow symbol directly beforeManually
, and then pressing enter, invalid - but in the
cmd
command line, you can choose < del > ~ < / del >.
my question
windows
git bash
installed below, how to select the corresponding option when initializing the vue project?