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 是一个用于构建微信小程序与小游戏的源代码示例与参考实现合集。它作为一个示例库与组件库,包含用于交互式移动应用场景的可复用 UI 模式与功能演示。 该仓库包含一个游戏设计模式模板合集,以及专门用于在微信生态内开发小型游戏的入门代码。 这些资源通过提供一套精选的可运行演示,涵盖了前端组件实现与快速应用原型设计。内容经过组织,旨在通过使用预制场景与参考源代码,支持轻量级应用与游戏的开发。
Provides a library of game design patterns and starter code for developing games within the WeChat ecosystem.
Wux 是一个专为在微信小程序平台构建用户界面而设计的组件化 UI 框架和库。它提供了一套可复用且可扩展的组件,作为跨设备 UI 工具包,确保在不同屏幕尺寸和设备上保持一致的视觉体验。 该框架实现了模块化的前端组件架构,允许开发者使用预设样式的视觉元素创建响应式布局。它利用一套可自定义的组件系统来维护微信生态系统内的视觉一致性。 该项目涵盖了一系列架构能力,包括属性驱动的配置、用于动态换肤的 CSS 变量主题化以及模块化样式注入。它还采用自定义元素包装器来封装逻辑和样式,以提高可复用性。
Enables building and testing mini programs within the proprietary WeChat ecosystem.