Skip to content

常用方法

1.镜像地址

查看镜像地址

vue
npm config get registry

1.淘宝镜像

vue
npm config set registry https://registry.npm.taobao.org/

2.npm镜像

vue
npm config set registry https://registry.npmjs.org/

3.yarn镜像

vue
npm config set registry https://registry.yarnpkg.com/

4.tencent镜像

vue
npm config set registry https://mirrors.cloud.tencent.com/npm/

5.alibaba镜像

vue
npm config set registry https://registry.npmmirror.com/

6.npmMirror镜像

vue
npm config set registry https://skimdb.npmjs.com/registry/

Released under the MIT License.