互动
最近评论

一、可用 Docker 加速镜像源,且用且珍惜:

序号

资源地址

备注

1

https://docker.s.letoy.xyz

腾讯云服务器

2

https://docker-r.2002xin.cc

使用cf cdn,极速

3

https://docker.1ms.run

“毫秒镜像,地址:https://1ms.run”,极速

1.1 设置方法:

二、可用 NPM 加速镜像源,且用且珍惜:

序号

资源地址

备注

1

https://npm-r.2002xin.cc

建议npm使用,使用cf cdn,极速

2

https://npm-r.letoy.xyz

建议npm、yarn、pnpm使用,香港节点,极速

3

https://registry.npmmirror.com

建议npm、yarn、pnpm使用,淘宝源,可能会慢,大多数情况下很快

4

https://registry.npmjs.org

建议npm、yarn、pnpm使用,官方源,较慢,部分地区访问会超时

2.1 设置方法:

  1. NPM

    1. 临时使用:npm install --registry=https://npm-r.letoy.xyz

    2. 永久使用:npm config set registry https://npm-r.letoy.xyz

  2. YARN

    1. 永久使用:yarn config set registry https://npm-r.letoy.xyz


评论
你无需删除空行,直接评论以获取最佳展示效果