preface

I stayed at home for a long time due to the epidemic. When I came to the company, my colleagues have completed the technical upgrade. We used CLI-2.x before, but now we are directly upgrading to CLI-4.x. When prompted to choose default or Manually select features, it seems that there is no way to switch the up and down arrows of my computer. Later, Baidu is the configuration problem of Git Bash, and I found that IT has been reminded in the official website of Vue

Method one:

Change vue create project to winpty vue. CMD create project directly in Git bash

Method 2:

To change the git Bash configuration, go to Bash. Bashrc under etc under install Git

alias vue='winpty vue.cmd'

git Bash
create

Well, let’s call it a day

Reproduced to note, thank you ~.~