Business background
learning vue-cli3.0
- initialize the project with
vue createcommand - the terminal will pop up three options for me to choose
- I want to choose to set
Manuallymanually. - 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
Manuallyline, there is no response - by entering
>arrow symbol directly beforeManually, and then pressing enter, invalid - but in the
cmdcommand line, you can choose < del > ~ < / del >.
my question
windows git bash installed below, how to select the corresponding option when initializing the vue project?

