egg-wechat-sdk

wechat sdk

Usage no npm install needed!

<script type="module">
  import eggWechatSdk from 'https://cdn.skypack.dev/egg-wechat-sdk';
</script>

README

egg-wechat-sdk

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-wechat-sdk --save

Usage

// {app_root}/config/plugin.js
exports.wechatSdk = {
  enable: true,
  package: 'egg-wechat-sdk',
};

Configuration

// {app_root}/config/config.default.js
exports.wechatSdk = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT