# 微信小程序 **Repository Path**: chenweigit/wechat_small_program ## Basic Information - **Project Name**: 微信小程序 - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 微信小程序 #### 项目介绍 #### 软件架构 软件架构说明 参考Demo 网站:https://github.com/dyq086/wepy-mall #### 安装教程 1. npm install 安装模块 2. npm install wepy-cli -g 这个模块最好独立切 全局安装一次 3. npm run dev 本地运行 4.下载微信小程序开发工具(模拟器) https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html 5. 打开开发工具 填写信息 - 项目目录指定到你项目运行 npm run dev 所生成的 dist 文件夹 - appID wxfce0848b93d7b21c - 项目名称 (自己随便定义本地项目名称) 6. 项目详情按钮里面 设置 ES6 转 ES5 选项取消(这个很重要) #### 使用说明 > 接口地址 - https://gatherapi.haomengpeifang.com/swagger-ui.html#/ > wxfce0848b93d7b21c > 项目名称本地没有统一,自定义 #### 参与贡献