Vue-cli Why am I so slow in creating projects?

set Taobao image npm install-g cnpm-- does registry= https://registry.npm.taobao.org
create a new project through vue init webpack projectName every time it has nothing to do with Taobao image? Then I see that other people create projects in a matter of seconds. I don"t move when I"m halfway through the execution of an order. what"s going on?

Feb.14,2022

vue-cli uses a npm source. Just set the npm source:

npm config set registry https://registry.npm.taobao.org
Menu