vue_cli3项目npm换源
目录
文章目录
- vue_cli3项目npm换源
- 目录
- 可选镜像源
- 淘宝 npm 镜像源:`https://registry.npm.taobao.org/`
- cnpmjs 镜像源:`https://registry.cnpmjs.org/`
- 中国科技大学 npm 镜像源:`https://mirrors.ustc.edu.cn/npm/`
- 华为云 npm 镜像源:`https://mirrors.huaweicloud.com/repository/npm/`
- 阿里云 npm 镜像源:`https://mirrors.aliyun.com/npm/`
- Windows配置。其他平台一样
可选镜像源
淘宝 npm 镜像源:
https://registry.npm.taobao.org/
cnpmjs 镜像源:
https://registry.cnpmjs.org/
中国科技大学 npm 镜像源:
https://mirrors.ustc.edu.cn/npm/
华为云 npm 镜像源:
https://mirrors.huaweicloud.com/repository/npm/
阿里云 npm 镜像源:
https://mirrors.aliyun.com/npm/
Windows配置。其他平台一样
运行以下命令来配置npm的淘宝镜像:
npm config set registry https://registry.npm.taobao.org/