前端设置国内镜像源

一、Yarn设置国内镜像源 yarn config set registry https://registry.npm.taobao.org --global

一、Yarn设置国内镜像源

yarn config set registry https://registry.npm.taobao.org --global
yarn config set disturl https://npm.taobao.org/dist --global