gulp-turbo
Version:
前端工作流(requirejs/jade/stylus/coffee),完整强缩进工作流,同步异步模板复用,高效率适合初期前端团队
27 lines (26 loc) • 635 B
JSON
{
"routerPath": "/tech-bs/",
"approot": "app",
"distMode": "dev",
"domain": "//xxx.bbb.com",
"vhost": "http://xxx.aaa.com.cn",
"forceLivereload": true,
"httpPort": 80,
"serverProxies": [{
"source": "/tech-bs/abc",
"target": "http://127.0.0.1:8080/tech-bs/abc",
"options": {
"headers": {
"ABC_HEADER": "abc"
}
}
}, {
"source": "/tech-bs/aaa",
"target": "http://127.0.0.1:8081/tech-bs/aaa"
}],
"proxyPort": 8989,
"proxyRule": [{
"pattern": "xxx.b.com/skyfire/ssu/editBefore1",
"responder": "/Users/kings/didi/prod/fe-scaffold-v1/app/dev/html/page1.html"
}]
}