Tag

WeChat MiniProgram

0 views collected around this technical thread.

IT Services Circle
IT Services Circle
Jul 17, 2022 · Frontend Development

Bypassing WeChat Mini‑Program JavaScript Interpreter Restrictions with a Bytecode VM Hidden in Images

This article explains how to circumvent WeChat's ban on JavaScript interpreters in mini‑programs by compiling JavaScript to a compact bytecode, embedding the bytecode in an image's alpha channel, and executing it with a lightweight custom virtual machine, while also discussing why such hot‑updates cannot be fundamentally blocked.

Bytecode VMCode Hot UpdateJavaScript
0 likes · 12 min read
Bypassing WeChat Mini‑Program JavaScript Interpreter Restrictions with a Bytecode VM Hidden in Images
政采云技术
政采云技术
Aug 24, 2021 · Frontend Development

Automating WeChat Mini‑Program Build and Deployment with a VSCode Extension

This article details how to create a VSCode plugin that automates the entire workflow of building, versioning, and publishing a WeChat mini‑program using uni‑app, shell commands, Git operations, Dubbo service calls, and the WeChat DevTools CLI, providing code examples and step‑by‑step analysis.

DubboShellVSCode
0 likes · 17 min read
Automating WeChat Mini‑Program Build and Deployment with a VSCode Extension
Wukong Talks Architecture
Wukong Talks Architecture
Apr 12, 2021 · Cloud Computing

PassJava MiniApp: Cloud Development and Advanced Versions for Interview Question Practice

This article introduces the PassJava open‑source interview‑question mini‑program, explains its cloud‑development and advanced Spring Cloud microservice versions, details deployment steps, database setup, code snippets, and provides links to the GitHub repositories and documentation.

Cloud DevelopmentInterview QuestionsOpen Source
0 likes · 9 min read
PassJava MiniApp: Cloud Development and Advanced Versions for Interview Question Practice
vivo Internet Technology
vivo Internet Technology
Mar 10, 2021 · Frontend Development

Performance Optimization Strategies for a WeChat Mini‑Program Serving Vivo Offline Agents

The article details how the C‑end User Mini‑Program for Vivo offline agents was optimized to meet strict performance targets—reducing startup time, white‑screen duration, rendering latency, and memory usage—through code trimming, sub‑packaging, CDN assets, data caching, skeleton screens, and efficient setData handling, achieving faster loads and smoother interaction.

Memory ManagementWeChat MiniProgramcode splitting
0 likes · 13 min read
Performance Optimization Strategies for a WeChat Mini‑Program Serving Vivo Offline Agents
360 Tech Engineering
360 Tech Engineering
Oct 16, 2019 · Mobile Development

Efficient Mini‑Program Development: Layout, Navigation, TabBar, Authentication, Logging and Optimization Practices

This guide presents a comprehensive set of best‑practice techniques for building high‑efficiency WeChat mini‑programs, covering layout strategies, custom navigation and TabBar implementations, user authentication flows, logging and data analysis, pre‑loading, independent sub‑packages, and reusable component architectures.

AuthenticationWeChat MiniProgramfrontend engineering
0 likes · 17 min read
Efficient Mini‑Program Development: Layout, Navigation, TabBar, Authentication, Logging and Optimization Practices
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 2, 2019 · Mobile Development

How to Automate WeChat Mini‑Program Testing with miniprogram‑automator

This guide explains why and how to automate testing for WeChat mini‑programs using the miniprogram‑automator tool, covering setup commands, Jest integration, selector quirks, video playback verification, and a comprehensive checklist of supported test cases and current limitations.

Automation TestingJestUI Testing
0 likes · 17 min read
How to Automate WeChat Mini‑Program Testing with miniprogram‑automator
Tencent Cloud Developer
Tencent Cloud Developer
Jan 23, 2019 · Mobile Development

Building a Wedding Invitation Mini‑Program with mpvue and WeChat Cloud Development

This guide walks you through creating a server‑less wedding‑invitation Mini‑Program with mpvue and WeChat Cloud, covering project layout, cloud‑enabled configuration, update management, music, map and greeting pages, cloud function setup, database operations, and essential deployment and permission tips.

DatabaseWeChat MiniProgramcloud development
0 likes · 16 min read
Building a Wedding Invitation Mini‑Program with mpvue and WeChat Cloud Development