awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • nervjs/taroالصورة الرمزية لـ NervJS

    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/poiالصورة الرمزية لـ egoist

    egoist/poi

    5,175عرض على GitHub↗

    Poi هو مجمع وحدات ومترجم أصول قابل للتوسيع وبدون تكوين لتطوير الواجهة الأمامية الحديث. يعمل كنظام بناء يحول JavaScript و JSX و CSS إلى ملفات متوافقة مع المتصفح ويجمعها في حزم واحدة لتسليم الويب. تم بناء الأداة حول بنية المكونات الإضافية التي تسمح بامتدادات مخصصة لخط أنابيب البناء وإضافة منطق معالجة الأصول المتخصص. يستخدم نظام تعيين قائم على الاتفاقية لأتمتة إعدادات البناء والمخرجات المستهدفة دون الحاجة إلى ملفات تكوين يدوية. يغطي المشروع مجموعة واسعة من قدرات التجميع، بما في ذلك تجميع إطار عمل الواجهة الأمامية، ودقة الأصول التلقائية، ومعالجة الملفات الثابتة. يستخدم تحويلات شجرة بناء الجملة المجردة لتمكين التعديل البرمجي والتجميع الخاص بإطار العمل للكود المصدري.

    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