当前位置:首页 » 《随便一记》 » 正文

解决vue-cli · Failed to download repo vuejs-templates/webpack: connect ETIMEDOUT 20.205.243.166:443问题

21 人参与  2024年02月07日 12:36  分类 : 《随便一记》  评论

点击全文阅读


解决vue-cli · Failed to download repo vuejs-templates/webpack: connect ETIMEDOUT 20.205.243.166:443问题

可以使用离线的方式下载创建

1
拉取
2

git clone  https://github.com/vuejs-templates/webpack.git

1
拉取成功之后就可以在桌面看到webpack的文件夹
并解压到本地用户目录下的 .vue-templates 目录下

重新使用离线方式初始化项目

来到文件目录下打开命令提示符

vue init webpack vue-demo --offline

选择自己需要的依赖及信息

Project name vue-demoProject description A Vue.js projectAuthor irenesia <123456789@123.com>Vue buildVue build standaloneInstall vue-router? YesUse ESLint to lint your code? NoSet up unit tests NoSetup e2e tests with Nightwatch? NoShould we run `npm install` for you after the project has been created? (recommended) npm   vue-cli · Generated "vue-demo".

下载依赖中

# Installing project dependencies ...# ========================added 1319 packages from 677 contributors in 44.82s92 packages are looking for funding  run `npm fund` for details# Project initialization finished!# ========================To get started:  cd vue-demo  npm run devDocumentation can be found at https://vuejs-templates.github.io/webpack

成功!!!


点击全文阅读


本文链接:http://zhangshiyu.com/post/67693.html

<< 上一篇 下一篇 >>

  • 评论(0)
  • 赞助本站

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

关于我们 | 我要投稿 | 免责申明

Copyright © 2020-2022 ZhangShiYu.com Rights Reserved.豫ICP备2022013469号-1