1 个仓库
Implementations of DOM and BOM interfaces to allow web code to run in non-browser environments.
Distinct from API Compatibility Layers: Specifically implements browser globals and the DOM tree, whereas the parent is a general middleware for API standards.
Explore 1 awesome GitHub repository matching web development · Browser API Simulations. Refine with filters or upvote what's useful.
kbone 是一个跨平台前端桥接和 Web 转小程序适配器。它作为一个小程序 Web 运行时,通过模拟浏览器接口,允许基于 Web 的前端框架在小程序容器内执行。 该项目提供了一个原生功能集成层,支持在 Web 执行上下文中调用原生小程序组件和系统功能。它使用适配器层来模拟 DOM 和 BOM 接口,允许现有的 Web 应用以最小的修改迁移到小程序。 该系统通过同构运行时层和基于桥接的原生组件集成,涵盖了跨平台前端开发。它包含一个用于项目引导的命令行界面,以自动化文件夹结构和构建配置的生成。
Implements common DOM and BOM interfaces to enable the migration of web-based code to mini-programs.