2 个仓库
Enables the use of multiple different UI frameworks to target a single set of output formats.
Distinct from Frontend Frameworks: Specifically addresses the ability to use different source frameworks (e.g., React or Vue) to produce the same platform-specific output.
Explore 2 awesome GitHub repositories matching web development · Multi-Framework Compilation. Refine with filters or upvote what's useful.
Taro is a cross-platform application development framework designed to build a single codebase that runs across multiple mobile platforms and web browsers. It focuses on mini-program development for ecosystems such as WeChat, Alipay, and ByteDance, as well as hybrid mobile application deployment. The project enables multi-framework frontend engineering, allowing developers to use React or Vue to create user interfaces that compile to different target environments. It employs a framework-agnostic abstract layer and a unified virtual DOM translation to map high-level component logic to various
Allows developers to use either React or Vue to create user interfaces that compile to different target environments.
Poi 是一个可扩展、零配置的模块打包器与资产编译器,适用于现代前端开发。它作为一个构建系统,将 JavaScript、JSX 与 CSS 转换为浏览器兼容的文件,并将它们组合成用于 Web 交付的单一包。 该工具围绕插件架构构建,允许对构建流水线进行自定义扩展,并添加专门的资产处理逻辑。它采用基于约定的映射系统来自动化构建设置与目标输出,无需手动配置文件。 该项目涵盖了广泛的打包能力,包括前端框架编译、自动资产解析以及静态文件处理。它利用抽象语法树(AST)转换来实现源代码的程序化修改与框架特定的编译。
Transforms JSX and Vue syntax into standard JavaScript to enable modern framework development.