您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

294 B

[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 安装依赖