Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xulayen/wechat

基于webpack、browerify开发微信网页工具
https://github.com/xulayen/wechat

Last synced: 5 days ago
JSON representation

基于webpack、browerify开发微信网页工具

Awesome Lists containing this project

README

        

> ***因个人精力有限,此版本为最终版本,此项目将不会再维护!***
# WeChat帮助插件

## 站点安装

``` bash

$ git clone https://github.com/xulayen/WeChat.git & cd Wechat

$ npm install

$ npm start

```

## 站点执行

浏览器中打开 http://localhost:3000/index.html

## npm下载

``` bash

$ npm install jquery_wechat_sdk

```

## 使用

``` bash

var wx = require('jquery_wechat_sdk');

```

### API文档
http://xulayen.imwork.net/2017/11/15/jquery-wechat-sdk-api/