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
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
即将要安装vue2.x版本的模板
如果要使用vue1.x 请使用命令vue init webpack#1.0 firstVue
下载vuejs模板失败,出现这个问题,应该是npm不稳定造成的,请跟换为淘宝镜像cnpm
使用以下命令安装cnpm
安装好了以后,请直接使用以下命令重新安装下vue-cli
重新再执行以下命令试试