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