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 is a collection of source code samples and reference implementations for building WeChat mini programs and mini games. It serves as an example library and component gallery containing reusable UI patterns and functional demos for interactive mobile application scenarios. The repository includes a template collection of game design patterns and starter code specifically for developing small-scale games within the WeChat ecosystem. These resources cover frontend component implementation and rapid application prototyping by providing a curated set of working demos. The content is or
Provides a library of game design patterns and starter code for developing games within the WeChat ecosystem.
Wux एक कंपोनेंट-आधारित UI फ्रेमवर्क और लाइब्रेरी है जिसे विशेष रूप से WeChat Mini Program प्लेटफॉर्म के भीतर यूजर इंटरफेस बनाने के लिए डिज़ाइन किया गया है। यह पुन: प्रयोज्य और एक्सटेंसिबल कंपोनेंट्स का एक संग्रह प्रदान करता है जो विभिन्न स्क्रीन आकारों और उपकरणों पर एक समान लुक और फील सुनिश्चित करने के लिए क्रॉस-डिवाइस UI किट के रूप में कार्य करते हैं। फ्रेमवर्क एक मॉड्यूलर फ्रंटएंड कंपोनेंट आर्किटेक्चर को लागू करता है, जो डेवलपर्स को प्री-स्टाइल्ड विजुअल एलिमेंट्स का उपयोग करके रिस्पॉन्सिव लेआउट बनाने की अनुमति देता है। यह WeChat इकोसिस्टम में विजुअल कंसिस्टेंसी बनाए रखने के लिए कस्टमाइज़ेबल कंपोनेंट्स की एक प्रणाली का उपयोग करता है। प्रोजेक्ट प्रोप-संचालित कॉन्फ़िगरेशन, डायनामिक स्किनिंग के लिए CSS-वेरिएबल थीमिंग और मॉड्यूलर स्टाइल इंजेक्शन सहित आर्किटेक्चरल क्षमताओं की एक श्रृंखला को कवर करता है।
Enables building and testing mini programs within the proprietary WeChat ecosystem.