# wx_jsapi **Repository Path**: swotpp/wx_jsapi ## Basic Information - **Project Name**: wx_jsapi - **Description**: 微信的jsapi的调用调试过程 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2024-05-22 - **Last Updated**: 2024-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 微信公众号开发 > 微信公众号开发文档 https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/JS-SDK.html#58 ### Look 效果 ![功能展示](./public/images/look.png) ### 开始 ``` npm install ``` ### 安装request模块 ``` npm install request ``` ### 启动后台:方法1 ``` node app.js ``` ### 启动后台:方法2: 可以安装了nodemon ``` npm i nodemon -g ``` ### 或者如果你安装了nodemon的话 ``` nodemon app.js ```