an industrialized framework for frontend baesd on feather-s
npm install paffepaffe
=====
##简介
paffe是基于feather开发一套的定制版前端集成解决方案,并且跨平台。
####实例传送门
##具体实现功能
paffe继承了feather绝大多数功能,除了pagelet和static模式。具体文档可查看feather的github文档。
##使用
* 安装
``shell`
npm install -g paffe
* 打包
`shell`
#进入工作目录下,具体参数见 feather
paffe release --dest ../output
paffe release -opmD --dest ../output #添加md5,自动合并压缩(具体配置需要在paffe-conf.js中配置),自动添加domain参数
* 本地调试
`shell``
paffe server start --timeout 30