[toc] ##### 配置依赖的命令 1. **git config --global url."https://".insteadOf git://** 此命令改变获取git上代码的地址 2. **npm install yarn -g** 安装yarn 3. **yarn config set registry http://registry.npm.taobao.org/** 设置yarn的淘宝镜像 4. **yarn** 安装依赖 ***