0.1.6 • Published 5 years ago

wx-lib v0.1.6

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

wx-lib

styled with prettier Greenkeeper badge Travis Coveralls Dev Dependencies Donate

Fork from alexjoverm/typescript-library-starter, with some custom modifies. A starter project that makes creating a TypeScript library extremely easy.

guide

Usage

npm install wx-lib

# or use yarn (recommended)
yarn add wx-lib
import WxLib from 'wx-lib'
const wxLib = new WxLib()

API

  • onSDKReady: Trigger when jweixin sdk load
  • onSigined: Trigger when wx config and ready
  • getSigned: Which place to return options to get signed
0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago