4 repository-uri
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 este o colecție de mostre de cod sursă și implementări de referință pentru construirea de mini-programe și mini-jocuri WeChat. Acesta servește drept bibliotecă de exemple și galerie de componente care conține tipare UI reutilizabile și demo-uri funcționale pentru scenarii de aplicații mobile interactive. Repository-ul include o colecție de șabloane de tipare de design de jocuri și cod de pornire special pentru dezvoltarea de jocuri la scară mică în ecosistemul WeChat. Aceste resurse acoperă implementarea componentelor frontend și prototiparea rapidă a aplicațiilor prin furnizarea unui set curat de demo-uri funcționale. Conținutul este organizat pentru a susține dezvoltarea de aplicații ușoare și jocuri prin utilizarea scenariilor pre-făcute și a codului sursă de referință.
Provides a library of game design patterns and starter code for developing games within the WeChat ecosystem.
Wux este un framework și o bibliotecă UI bazată pe componente concepută special pentru construirea interfețelor utilizator în cadrul platformei WeChat Mini Program. Oferă o colecție de componente reutilizabile și extensibile care funcționează ca un kit UI cross-device pentru a asigura un aspect consistent pe diferite dimensiuni de ecran și dispozitive. Framework-ul implementează o arhitectură de componente frontend modulare, permițând dezvoltatorilor să creeze layout-uri responsive folosind elemente vizuale pre-stilate. Utilizează un sistem de componente personalizabile pentru a menține consistența vizuală în ecosistemul WeChat. Proiectul acoperă o gamă de capabilități arhitecturale, inclusiv configurarea bazată pe prop-uri, teme cu variabile CSS pentru skinning dinamic și injectarea modulară de stiluri. De asemenea, folosește wrappere de elemente personalizate pentru a încapsula logica și stilurile pentru o reutilizabilitate îmbunătățită.
Enables building and testing mini programs within the proprietary WeChat ecosystem.