yunke cli
使用方式
在package.json
中添加如下script
{
"scripts": {
"yunke_install": "(yunke || npm i -g @yued/yunke-cli) && yunke install"
}
}
安装npm依赖
统一集中优化配置,鉴于国内网络环境,加快安装速度,提供了如下相关配置:
- 仓库地址设置淘宝仓库:
https://registry.npm.taobao.org
- 私有npm(以@
yunke
前缀)设置地址:https://registry-npm.myscrm.cn/repository/yunke/
- phantom及sass相关文件下载优化
- 安装依赖缓存策略
.gitignore
package-lock.json
install.cache.json