1 个仓库
Tools and methodologies for converting existing web applications to mini-program platforms.
Distinct from HTML to Mini Program Renderers: Describes a migration process/domain rather than just a renderer or a code beautifier.
Explore 1 awesome GitHub repository matching web development · Web to Mini Program Migration. Refine with filters or upvote what's useful.
kbone 是一个跨平台前端桥接和 Web 转小程序适配器。它作为一个小程序 Web 运行时,通过模拟浏览器接口,允许基于 Web 的前端框架在小程序容器内执行。 该项目提供了一个原生功能集成层,支持在 Web 执行上下文中调用原生小程序组件和系统功能。它使用适配器层来模拟 DOM 和 BOM 接口,允许现有的 Web 应用以最小的修改迁移到小程序。 该系统通过同构运行时层和基于桥接的原生组件集成,涵盖了跨平台前端开发。它包含一个用于项目引导的命令行界面,以自动化文件夹结构和构建配置的生成。
Enables converting existing web applications into mini programs by simulating browser interfaces and DOM/BOM functions.