<!-- 获取当前源
npm config get registry
设置当前源
npm config set registry <https://registry.npmjs.org>

设置淘宝镜像
npm config set registry <https://registry.npmmirror.com>

添加登录用户
npm adduser
dreamhuo   fancy@520520
<huo8008@126.com> -->

<!-- 
设置token
npm config set //registry.npmjs.org/:_authToken=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 -->
