biz-server gulp plugin
配置与biz-server的options一致
gulp.src('').pipe(bizserver({
port: 8088
}))
上面会在当前文件夹打开一个8088的web server
mock功能配置为/config/mockConfig.json
mock功能配置文件可以参考biz-mock
demo是基于biz-ui实现的
git clone https://github.com/yanyu0517/gulp-biz-server
cd gulp-biz-server
npm install
npm run demo
Licensed under the MIT license.