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 is a cross-platform frontend bridge and web-to-mini-program adapter. It functions as a mini-program web runtime that allows web-based frontend frameworks to execute within a mini-program container by simulating browser interfaces. The project provides a native feature integration layer that enables the calling of native mini-program components and system functionalities from within a web-based execution context. It uses an adapter layer to simulate Document Object Model and Browser Object Model interfaces, allowing existing web applications to be migrated to mini-programs with minimal m
Enables converting existing web applications into mini programs by simulating browser interfaces and DOM/BOM functions.