egg-mns

aliyun mns plugin for egg

Usage no npm install needed!

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

README

egg-mns

NPM version npm download

Install

$ npm i egg-mns --save

Usage

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

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT