Hope to help those in need and those who use Vue for the first time. 1.获得并安装node.js.nodejs官网:https://nodejs.org/en/ 2.安装git. 3.检查安装状态.打开命令行,输入node -v和git –version ,点击回车,如果能看到相应的版本号,说明环境变量已经配置成功. 4.使用淘宝镜像及其命令cnpm进行安装. npm install -g cnpm --registry=ht…