awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesMini Program Template Engines

Markup languages and rendering engines specifically for mini program view layers.

Distinct from Rendering and Templating: Focuses on the proprietary WXML-style declarative markup of mini programs rather than general web HTML templating.

Explore 4 awesome GitHub repositories matching web development · Mini Program Template Engines. Refine with filters or upvote what's useful.

Awesome Mini Program Template Engines GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • youzan/vant-weappyouzan का अवतार

    youzan/vant-weapp

    18,398GitHub पर देखें↗

    vant-weapp is a UI library for WeChat Mini Programs, providing a collection of reusable interface components to create consistent user experiences. It functions as a layout framework for structuring applications and a mobile form component library for capturing structured user data. The project includes a specialized e-commerce component set designed for retail patterns, such as product cards, area selectors, and order submission bars. The library covers a broad range of capabilities, including application navigation architecture, complex form implementation through calendars and pickers, a

    Renders user interfaces using WXML, a declarative markup language that binds data to the view layer.

    JavaScriptminiprogramuivant
    GitHub पर देखें↗18,398
  • icindy/wxparseicindy का अवतार

    icindy/wxParse

    7,739GitHub पर देखें↗

    wxParse is a rich text parser and renderer specifically designed for the WeChat Mini Program ecosystem. It transforms standard HTML tags and Markdown syntax into native visual elements and compatible layouts. The system processes structured text strings into a repeating list of visual components and media links. It handles the conversion of complex text formats into formatted media and hyperlinks to ensure content displays correctly across mobile devices. The project manages content through regular expression-based parsing and schema-driven element mapping, translating identified content typ

    Transforms standard HTML tags into compatible layouts for the WeChat Mini Program ecosystem.

    JavaScript
    GitHub पर देखें↗7,739
  • wechat-miniprogram/miniprogram-demowechat-miniprogram का अवतार

    wechat-miniprogram/miniprogram-demo

    7,193GitHub पर देखें↗

    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

    Renders pages using a dual-thread model where the logic layer runs in a JavaScript engine and the view layer renders via native WebView components.

    JavaScriptapicloud-functionscomponent
    GitHub पर देखें↗7,193
  • manycore-maas/paintermanycore-maas का अवतार

    manycore-maas/Painter

    4,486GitHub पर देखें↗

    Painter is a declarative rendering system that transforms JSON definitions into styled visual images. It functions as a JSON-to-image rendering engine that converts structured layout data into vector shapes, styled text, and QR codes on a canvas. The system features a dynamic image template engine that utilizes relative coordinate calculations to determine element positions based on the boundaries of other components. It supports the creation of interactive templates where users can drag, scale, and delete elements in real-time, as well as the ability to update specific element properties wit

    Renders complex graphics and layouts within mini program environments using structured configuration files.

    JavaScript
    GitHub पर देखें↗4,486
  1. Home
  2. Web Development
  3. Rendering and Templating
  4. Mini Program Template Engines

सब-टैग एक्सप्लोर करें

  • Dual-Thread Rendering ModelsArchitectures that separate logic execution and view rendering into separate threads or processes for mini programs. **Distinct from Mini Program Template Engines:** Distinct from Mini Program Template Engines: focuses on the runtime rendering architecture (dual-thread model) rather than the template markup language itself.
  • HTML to Mini Program RenderersParsers that specifically transform HTML tags into mini-program compatible layouts. **Distinct from Mini Program Template Engines:** Specifies the transformation from HTML to mini-program views, whereas parent is general template engines.