下载下来直接安装
window+r cmd
会自动安装npm命令
node -v
npm -v
设置淘宝最新镜像
npm config set registry https://registry.npmmirror.com
查看镜像
npm config get registry
卸载脚手架命令
npm uninstall vue-cli -g
重新安装
npm install @vue/cli -g
vue --version
vue create 项目名