4 مستودعات
Building and testing mini programs that run inside the WeChat ecosystem using its components, APIs, and development tools.
Distinct from Mini Program Development: Distinct from Mini Program Development: specifically targets the WeChat platform's proprietary ecosystem, not generic mini-program development.
Explore 4 awesome GitHub repositories matching mobile development · WeChat Platform Development. Refine with filters or upvote what's useful.
This repository is a demonstration project for building mini programs that run inside the WeChat ecosystem. It provides a complete development framework for creating lightweight, native-feeling services using declarative components, data binding, and platform APIs. The project showcases how to construct applications with a component-based UI architecture, file-based page routing, and a dual-thread rendering model where the logic layer operates in a JavaScript engine while the view layer renders through native WebView components. The demo illustrates integration with cloud services, including
Building and testing mini programs that run inside the WeChat ecosystem using its components, APIs, and development tools.
iView WeApp is a UI component library designed specifically for building WeChat mini-program interfaces. It provides a set of reusable, pre-styled components that developers can compose into mobile pages and layouts, following the native WeChat component model where each component has its own template, style, script, and configuration files. The library organizes the user interface as a tree of self-contained components that manage their own view and logic, with a clear separation between behavior in JavaScript files and visual structure in WXML templates. Components are packaged as independe
Leverages the native WeChat component system where each component has its own template, style, script, and configuration files.
WeApp_Demos هي مجموعة من عينات الكود المصدري والتطبيقات المرجعية لبناء تطبيقات WeChat المصغرة والألعاب المصغرة. تعمل كمكتبة أمثلة ومعرض مكونات يحتوي على أنماط واجهة مستخدم قابلة لإعادة الاستخدام وعروض توضيحية وظيفية لسيناريوهات تطبيقات الهاتف المحمول التفاعلية. يتضمن المستودع مجموعة قوالب لأنماط تصميم الألعاب وكود البداية خصيصاً لتطوير ألعاب صغيرة النطاق داخل نظام WeChat البيئي. تغطي هذه الموارد تنفيذ مكونات الواجهة الأمامية والنماذج الأولية السريعة للتطبيقات من خلال توفير مجموعة منسقة من العروض التوضيحية العاملة. يتم تنظيم المحتوى لدعم تطوير التطبيقات والألعاب خفيفة الوزن من خلال استخدام سيناريوهات جاهزة وكود مصدري مرجعي.
Provides a library of game design patterns and starter code for developing games within the WeChat ecosystem.
Wux هو إطار عمل ومكتبة واجهة مستخدم قائمة على المكونات مصممة خصيصاً لبناء واجهات المستخدم داخل منصة WeChat Mini Program. توفر مجموعة من المكونات القابلة لإعادة الاستخدام والتوسيع التي تعمل كمجموعة واجهة مستخدم عبر الأجهزة لضمان مظهر وشعور متسق عبر أحجام الشاشات والأجهزة المختلفة. ينفذ إطار العمل بنية مكونات واجهة أمامية معيارية، مما يسمح للمطورين بإنشاء تخطيطات متجاوبة باستخدام عناصر مرئية مصممة مسبقاً. يستخدم نظاماً من المكونات القابلة للتخصيص للحفاظ على الاتساق المرئي عبر نظام WeChat البيئي. يغطي المشروع مجموعة من القدرات المعمارية، بما في ذلك التكوين المدفوع بالخصائص، وسمات CSS المتغيرة للتخصيص الديناميكي، وحقن الأنماط المعيارية. كما يستخدم مغلفات عناصر مخصصة لتغليف المنطق والأنماط لتحسين قابلية إعادة الاستخدام.
Enables building and testing mini programs within the proprietary WeChat ecosystem.