vue init失败简单解决方法(终极版)

前端之家收集整理的这篇文章主要介绍了vue init失败简单解决方法(终极版)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

//由于windows系统的某方面问题,vue脚手架安装可能会出现第一证书丢失

// 报错:vue-cli · Failed to download repo vuejs-templates/webpack-simple: unable to verify the first certificate

//简单一点,你也可以直接去github下载对应的模板(template),然后windows+r,cmd,

//project是项目名称

//在nofollow" href="https://github.com/vuejs-templates/">https://github.com/vuejs-templates/下载(看不懂英文直接点Clone or Download 里的 Download ZIP)。

//下载webpack-simple 或 webpack.这里建议webpack-simple。因为webpack有坑。解决方案后续再更吧= =。类似严格模式(类似!!!!),多一个空格都报错的那种恶心东西

//把解压出的文件夹放在

//C:\Users\Administrator\.vue-templates

//Administrator写你的用户名

//到你的project的文件夹,执行

上不了github的九安装淘宝镜像cnpm

总结

以上所述是小编给大家介绍的vue init失败简单解决方案(终极版)。编程之家 jb51.cc 收集整理的教程希望能对你有所帮助,如果觉得编程之家不错,可分享给好友!感谢支持

原文链接:https://www.f2er.com/vue/34567.html

猜你在找的Vue相关文章