13.5 npm 镜像源

# 临时使用
npm install <包名> --registry=https://registry.npmmirror.com

# 永久设置
npm config set registry https://registry.npmmirror.com

# 查看当前 registry
npm config get registry

# 恢复官方源
npm config set registry https://registry.npmjs.org/