javascript android ios vue cross-platform uni crossplatform uniapp miniprogram vue3 uni-app hbuilderx Updated May 29, 2025 JavaScript binarywang / WxJava Star 31.2k Code Issues Pull requests Discussions 微信
Add a description, image, and links to the miniprogram topic page so that developers can more easily learn about it. Curate this topic Add this topic to your repo To associate your repository with the miniprogram topic, visit your repo's landing page and select "manage topics." Learn...
npm install --save miniprogram-api-promise-error-first Getting started Call the method promisifyAll at the program entry (app.js), It only needs to be called once. 💨example: import { promisifyAll, promisify } from 'miniprogram-api-promise-error-first'; const wxp = {} // promisify all...
kbone:Web 与小程序同构解决方案,微信官方 https://github.com/wechat-miniprogram/kbone ⬆️ 返回顶部 前端监控 推荐GitHub 2K+ 星:前端监控工具 - webfunny 项目! 精彩待续。。。 网站说明 前端监控工具 - webfunny 项目 一款轻量级前端异常监控和前端性能监控系统 ⬆️ 返回顶部 前端的代码规范 恕我直言...
miniprogram-i18n 微信小程序的国际化 (i18n) 方案。为小程序的双线程模型定制,使用 WXS 环境作为 WXML 国际化的运行时,很大程度上减少了国际化在小程序中运行所需的开销。使用上,只需在 WXML 或 JavaScript 中调用翻译函数即可获得翻译文本。i18n 文本可以定义在任意位置,在构建过程中会被统一打包至指定路径。
import{ComponentWithComputed}from'miniprogram-computed'ComponentWithComputed({data:{a:1,b:1,sum:2,},watch:{'a, b':function(a,b){this.setData({sum:a+b,})},},computed:{sum(data){// 注意: computed 函数中不能访问 this ,只有 data 对象可供访问// 这个函数的返回值会被设置到 this.data....
nodejsclijenkinsdeployminiprogramminiprogram-ciminiprogram-deploy UpdatedSep 23, 2021 TypeScript jaluik/wx-ci Star17 Code Issues Pull requests 小程序一键上传脚本,开发者可不打开小程序开发者工具,独立使用wx-ci 进行小程序代码的打包、上传、预览等操作。
npm install --save mobx-miniprogram mobx-miniprogram-bindings 创建MobX Store。 // store.jsimport{observable,action}from'mobx-miniprogram'// 创建 store 时可以采用任何 mobx 的接口风格// 这里以传统的 observable 风格为例exportconststore=observable({// 数据字段numA:1,numB:2,// 计算属性getsum(){ret...
小程序高性能setData diff算法,高性能轻量!. Contribute to lpcong/miniprogram-diff development by creating an account on GitHub.
miniprogrampatch非常简单易用,它提供patchPage和patchComponent两个函数,分别用以增强微信小程序提供的Page和Component对象,使得页面(Page)和自定义组件(Component)具有属性监听(watch)和计算属性(computed)特性。 自v1.2.3+ 版本开始,miniprogrampatch额外提供了patchOnShareAppMessage函数用来增强设置小程序分享落地页,更多...