Multiple mini-program applications with cloud functions.
WeChat-MiniProgram is a collection of WeChat Mini Programs, including cloud functions (cloudfunctions/) for backend logic.
Note
中文项目:微信小程序合集——多个小程序应用集合,含云函数。
git clone https://github.com/Windyhhh/WeChat-MiniProgram.git
cd WeChat-MiniProgram
# open in WeChat DevTools and configure the AppID
# cloud functions are under cloudfunctions/- Multiple apps — a collection of mini programs.
- Cloud functions —
cloudfunctions/for backend logic (orders, chat, etc.).
WeChat-MiniProgram/
├── app.js / app.json / app.wxss # app entry
├── cloudfunctions/ # cloud functions (completeOrder, createOrder, getChatHistory, ...)
├── ICON_SOLUTION.md
└── README.md
项目采用模块化设计,核心目录包括:cloudfunctions, images, pages, scripts, utils。
- 代码结构清晰,模块间低耦合,便于扩展和维护
MIT — free to use, modify and distribute.