基于small插件化方案实现的定制化APP组装、打包框架~
- 由于公司业务的发展,导致更多的超级app诞生于世,导致app 项目太大、耦合严重,且相关开发人员相互耦合,导致效率低下
- app 热修复问题在很多场景是急需的
- 对于开发效率方面,采用了weex模块进行快速迭代
- git clone https://github.com/osmartian/odyssey.git
- cd odyssey
- npm install
- android相关
// android debug 调试
npm run dev:android
// android 打包渠道包
npm run build:android
- ios相关
ios 暂不支持
关于weex模块集成详见项目 https://github.com/osmartian/weex-frame.git
- 组装器 node src/serve/index.js
- apk下载服务 npm run serve