miniprogram-development

Streamline WeChat Mini Program development, debugging, previewing, and deployment workflows.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/l395624064/plantCard_Demo01 --skill miniprogram-development-l395624064
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: miniprogram-development
Source: https://github.com/l395624064/plantCard_Demo01/tree/main/.trae/skills/cloudbase/references/miniprogram-development
Command: npx skills add https://github.com/l395624064/plantCard_Demo01 --skill miniprogram-development-l395624064

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

WeChat Mini Program projects often require structured guidance to architect, develop, debug, preview, test, publish, and optimize across the full lifecycle, especially when CloudBase integration and developer toolchains are involved.

Core Features & Use Cases

  • End-to-end Mini Program development guidance covering pages, components, routing, project structure, and configuration files (project.config.json).
  • Debug, preview, test, and deployment workflows aligned with WeChat Developer Tools and miniprogram-ci, including device and real-device validation.
  • CloudBase integration guidance for mini programs, including appropriate use of wx.cloud APIs, environment setup, and cloud functions for privileged operations.

Quick Start

Create a new mini program project, configure project.config.json and appid, then enable CloudBase integration and set up a device preview workflow.

Frequently Asked Questions about miniprogram-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a WeChat Mini Program project for end-to-end development?

WeChat Mini Program development starts by creating a new project, configuring project.config.json, setting up your appid, and enabling CloudBase integration for cloud functions and wx.cloud APIs.

How do I deploy a WeChat Mini Program using miniprogram-ci?

WeChat Mini Program deployment uses miniprogram-ci publish flows aligned with WeChat Developer Tools, ensuring project.config.json validation for secure and reliable builds during the release process.

How does CloudBase integration work with WeChat Mini Program cloud functions?

CloudBase integration for WeChat Mini Programs involves setting up cloud environments and using wx.cloud APIs, where cloud functions handle privileged operations securely outside the client-side mini program logic.

Can I debug and preview a WeChat Mini Program on a real device?

WeChat Mini Program debugging and previewing workflows support device and real-device validation through WeChat Developer Tools, allowing you to test pages and components before final deployment.

What is the best way to structure WeChat Mini Program pages, components, and routing?

WeChat Mini Program structure requires organized pages, components, and routing configurations, guided by end-to-end development workflows to ensure proper project architecture and reliable configuration.