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 verify he 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