# WePyMiniProgramDemo **Repository Path**: pruidong/WePyMiniProgramDemo ## Basic Information - **Project Name**: WePyMiniProgramDemo - **Description**: wepy+Wux Weapp编写的小程序示例 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-01-15 - **Last Updated**: 2022-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WePyMiniProgramDemo #### 介绍 wepy+Wux Weapp编写的小程序示例 #### 安装教程 1. 参考wepy的[文档](https://tencent.github.io/wepy/document.html#/) 2. 参考Wux Weapp的[文档](https://wux-weapp.github.io/wux-weapp-docs/#/) #### 使用说明 1. 设置project.config.json中的appid; 2. 在本目录中打开cmd,运行:wepy build --watch 3. 打开 微信Web开发者工具,[添加项目](https://tencent.github.io/wepy/document.html#/?id=%E6%B7%BB%E5%8A%A0%E9%A1%B9%E7%9B%AE) #### 更新日志 * 2019-01-15 初始化,第一次提交