vue: npm i vue -g 脚手架: npm i vue-cli -g
npm i vue -g
npm i vue-cli -g
可以使进入项目时加载速度快一些 npm config set registry https://registry.npm.taobao.org
npm config set registry https://registry.npm.taobao.org
输入 npm config list 查看安装位置 open in new window****
npm config list
找到划线的路径查看是否有vue.cmd文件 open in new window
在我的电脑环境变量中加上此路径open in new window
创建vue create 项目名称
vue create 项目名称