84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
This will install Vue 2.x version of the template.
For Vue 1.x use: vue init webpack#1.0 firstVue
vue-cli · Failed to download repo vuejs-templates/webpack: unable to verifyhe first certificate
光阴似箭催人老,日月如移越少年。
即将要安装vue2.x版本的模板如果要使用vue1.x 请使用命令vue init webpack#1.0 firstVue下载vuejs模板失败,出现这个问题,应该是npm不稳定造成的,请跟换为淘宝镜像cnpm使用以下命令安装cnpm
$ npm install -g cnpm --registry=https://registry.npm.taobao.org
安装好了以后,请直接使用以下命令重新安装下vue-cli
cnpm install -g vue-cli
重新再执行以下命令试试
vue init webpack firstVue
即将要安装vue2.x版本的模板
如果要使用vue1.x 请使用命令vue init webpack#1.0 firstVue
下载vuejs模板失败,出现这个问题,应该是npm不稳定造成的,请跟换为淘宝镜像cnpm
使用以下命令安装cnpm
安装好了以后,请直接使用以下命令重新安装下vue-cli
重新再执行以下命令试试