通用工具网站
前端
服务器
IDE获取激活码
社区
npm
设置为淘宝源
1 | npm config set registry https://registry.npm.taobao.org |
yarn
查看源
1 | yarn config get registry |
设置为淘宝源
1 | yarn config set registry https://registry.npm.taobao.org |
设置为默认
1 | yarn config set registry https://registry.yarnpkg.com |
安装node-sass慢的问题
对node-sass镜像源进行设置
1 | yarn config set sass-binary-site http://npm.taobao.org/mirrors/node-sass |