awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesMulti-Framework Compilation

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.

Awesome Multi-Framework Compilation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nervjs/taroNervJS 的头像

    NervJS/taro

    37,549在 GitHub 上查看↗

    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.

    TypeScriptjavascriptjquerynerv
    在 GitHub 上查看↗37,549
  • egoist/poiegoist 的头像

    egoist/poi

    5,175在 GitHub 上查看↗

    Poi 是一个可扩展、零配置的模块打包器与资产编译器,适用于现代前端开发。它作为一个构建系统,将 JavaScript、JSX 与 CSS 转换为浏览器兼容的文件,并将它们组合成用于 Web 交付的单一包。 该工具围绕插件架构构建,允许对构建流水线进行自定义扩展,并添加专门的资产处理逻辑。它采用基于约定的映射系统来自动化构建设置与目标输出,无需手动配置文件。 该项目涵盖了广泛的打包能力,包括前端框架编译、自动资产解析以及静态文件处理。它利用抽象语法树(AST)转换来实现源代码的程序化修改与框架特定的编译。

    Transforms JSX and Vue syntax into standard JavaScript to enable modern framework development.

    JavaScript
    在 GitHub 上查看↗5,175
  1. Home
  2. Web Development
  3. Frontend Frameworks
  4. Multi-Framework Compilation

探索子标签

  • Frontend Framework TranspilationTransforming frontend framework-specific syntax into standard JavaScript. **Distinct from Multi-Framework Compilation:** Focuses on the act of transpiling framework syntax (JSX, Vue) rather than the ability to compile multiple frameworks into one output format