awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
TalkingData avatar

TalkingData/iview-weapp

0
View on GitHub↗
6,607 星标·1,149 分支·Less·11 次浏览weapp.iviewui.com↗

Iview Weapp

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 independent modules that can be imported into a page by declaring their file path in a JSON configuration object, enabling reuse across different pages and projects.

A built-in demo application lists all available components for visual preview and testing, allowing developers to inspect each component before integrating it into their own projects.

Features

  • WeChat Mini Program Libraries - Provides a set of reusable, pre-styled UI components for building WeChat mini-program interfaces.
  • Component Models - Leverages the native WeChat component system where each component has its own template, style, script, and configuration files.
  • Logic and Presentation Separation - Keeps component behaviour in JavaScript files and visual structure in WXML templates, with styles in WXSS.
  • Reusable Component Architectures - Packages UI elements as independent modules that can be imported and reused across different pages and projects.
  • UI Component Libraries - Composes mobile interfaces by assembling reusable UI components into pages and layouts.
  • Component-Based Architectures - Organises the UI as a tree of reusable, self-contained components that manage their own view and logic.
  • Component Showcase Demos - Ships a built-in demo that lists all available components for visual preview and testing.
  • Declarative Component Imports - Imports a pre-built UI component into a page by declaring its file path in the page configuration.
  • Component Previewers - Opens a built-in demo that displays every available UI component for visual inspection and testing.
  • Component Declaration Schemas - Declares which components a page uses by listing their file paths in a JSON configuration object.
  • UI and Functional Components - High-quality UI component library for小程序.

Star 历史

talkingdata/iview-weapp 的 Star 历史图表talkingdata/iview-weapp 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Iview Weapp 的开源替代方案

相似的开源项目,按与 Iview Weapp 的功能重合度排序。
  • wux-weapp/wux-weappwux-weapp 的头像

    wux-weapp/wux-weapp

    5,051在 GitHub 上查看↗

    wux-weapp is a component-based UI library designed specifically for the WeChat Mini Program environment. It provides a collection of standardized, reusable, and extensible building blocks to create consistent layouts and interactions across mobile application pages. The framework functions as a cross-platform interface kit that enables frontend interface standardization and a rapid prototyping workflow. It allows for the construction of professional mobile UI designs by utilizing pre-styled visual elements instead of writing custom styles and logic from scratch. The library incorporates a BE

    JavaScript
    在 GitHub 上查看↗5,051
  • mithi/react-philosophiesmithi 的头像

    mithi/react-philosophies

    3,728在 GitHub 上查看↗

    This project is a collection of architectural guidelines and design patterns for building applications with the React library. It provides a framework for organizing frontend architecture, component design standards, and state management strategies to reduce technical debt and complexity. The guide emphasizes a modular approach to component design, focusing on the separation of business logic from the user interface and the use of primitive props to ensure single responsibility. It advocates for a testing philosophy centered on user behavior and integration outcomes rather than internal imple

    clean-codehacktoberfestreact
    在 GitHub 上查看↗3,728
  • toddmotto/angularjs-styleguidetoddmotto 的头像

    toddmotto/angularjs-styleguide

    5,919在 GitHub 上查看↗

    This is a style guide for structuring AngularJS applications using a component-based architecture. It provides a set of conventions for organizing code into self-contained modules, each encapsulating its own logic, templates, and routing. The guide promotes a modular application structure built from root, component, common, and feature modules to improve maintainability and reusability. The guide establishes a one-way data flow pattern where parent components pass data to children through bindings, and children communicate changes back up through events. It distinguishes between stateful comp

    angularangularjses2015
    在 GitHub 上查看↗5,919
  • talelin/lin-uiTaleLin 的头像

    TaleLin/lin-ui

    4,155在 GitHub 上查看↗

    Lin-ui is a component library and development toolkit designed specifically for creating WeChat Mini Program applications. It functions as a responsive UI framework that provides pre-built user interface components and a set of helper functions for mobile app environments. The project includes a build tool focused on mini program bundle optimization, allowing for the compilation of specific components and the removal of unused assets to reduce package size. It also features a system for responsive interface design that translates static pixel values into flexible units for different screen si

    JavaScript
    在 GitHub 上查看↗4,155
查看 Iview Weapp 的所有 30 个替代方案→

常见问题解答

talkingdata/iview-weapp 是做什么的?

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.

talkingdata/iview-weapp 的主要功能有哪些?

talkingdata/iview-weapp 的主要功能包括:WeChat Mini Program Libraries, Component Models, Logic and Presentation Separation, Reusable Component Architectures, UI Component Libraries, Component-Based Architectures, Component Showcase Demos, Declarative Component Imports。

talkingdata/iview-weapp 有哪些开源替代品?

talkingdata/iview-weapp 的开源替代品包括: wux-weapp/wux-weapp — wux-weapp is a component-based UI library designed specifically for the WeChat Mini Program environment. It provides a… mithi/react-philosophies — This project is a collection of architectural guidelines and design patterns for building applications with the React… toddmotto/angularjs-styleguide — This is a style guide for structuring AngularJS applications using a component-based architecture. It provides a set… talelin/lin-ui — Lin-ui is a component library and development toolkit designed specifically for creating WeChat Mini Program… frontendmasters/front-end-handbook-2018 — This project is a comprehensive front-end development guide and roadmap designed to help engineers master the skills… xiaolin3303/wx-charts — wx-charts is a data visualization library and set of UI components designed specifically for the WeChat Mini Program…