yarn源配置
查看当前源
yarn config get registry
更换成淘宝源
yarn config set registry https://registry.npm.taobao.org/
恢复官方源
yarn config set registry https://registry.yarnpkg.com
恢复搜索功能
yarn config delete registry
npm源站配置
查看当前源
npm config get registry
更换成淘宝源
npm config set registry https://registry.npm.taobao.org/
恢复官方源
npm config set registry https://registry.npmjs.org
恢复搜索功能
npm config delete registry
仅登录用户可评论
老用户登录?点这
使用Gm统一账户登录推荐(新)
登录即代表您同意《用户协议》《隐私政策》