30 open-source projects similar to newfuture/miniprogram-network, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Miniprogram Network alternative.
MPX is a cross-platform framework designed to build applications for multiple mini-program ecosystems and the web from a single codebase. It utilizes a static transpilation pipeline to transform source code into platform-specific bundles, employing a single-file component system that encapsulates templates, logic, and styles. The framework provides a reactive state management system that automatically synchronizes application data with the user interface through computed properties and watchers. The project distinguishes itself through a robust build-time toolchain that supports sub-package p
微信小程序左划删除组件,可能是性能最好、实现最简单的方案,使用官方组件movable-area、cover-view实现
A lightweight canvas library which providing 2d draw for weapp 微信小程序2d动画库 😎 🐼
一行代码让微信、头条、百度、支付宝小程序支持 cookie,兼容 uni-app 🍪🚀 One line of code allows weapp to support cookie(wx weixin wxapp cookie)
一个让 THREE 平台化的项目,目前已适配微信,淘宝,头条小程序,微信小游戏
mp-html is a component for rendering and editing HTML content within various mini program environments, such as WeChat and Alipay. It functions as an HTML to mini program parser that converts HTML tags, tables, and SVGs into compatible elements for mobile mini program frameworks. The project includes a cross-platform rich text editor for modifying HTML content and a renderer capable of displaying Markdown syntax and LaTeX formulas through modular extensions. Its broader capabilities cover media interaction management, anchor-based navigation, and user interaction controls for text selection
微信小程序手势解锁(Dom实现,避免小程序Canvas卡顿问题),基于原生小程序
:hammer:微信小程序所有API promise化,支持await、支持请求列队、支持拦截小程序所有API
📅 A calendar component for vue3.0. Support gesture sliding, range selection, according to the week switch...
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
Miniprogram user behavior tracking library. Supports task queues, automatically suspended and retry strategies.
小程序海报组件-生成朋友圈分享海报并生成图片
为微信小程序提供的网络请求组件,是 wx.request 的扩展,基于 Promise API,添加缓存控制
解决微信小程序 wx.request 请求的并发数限制、不支持异步问题