官网: https://makajs.org
github: https://github.com/makajs/maka
实例:
-
个人文章管理全栈 DEMO https://github.com/makajs/maka/tree/master/packages/example/maka-my-website
-
ERP DEMO https://github.com/makajs/maka/tree/master/packages/example/maka-erp
-
Mobile DEMO https://github.com/makajs/maka/tree/master/packages/example/maka-mobile-erp
框架特点
- 基于 react、redux
- 微服务思想,将大型 SAP 程序拆分成 n 个开发模式一样的 app,app 支持独立编译、打包、发布,也可组合使用
- view 支持 json、html 模板、react elment 三种方式表述
- view 支持表达式绑定行为或数据
- 支持动态注册 component、action、template,低耦合
- 支持应用发布预览