/egg-nuonuo

Nuonuo open api plugin for Egg.js by node-nuonuo.

Primary LanguageJavaScriptMIT LicenseMIT

egg-nuonuo

Nuonuo open api plugin for Egg.js by node-nuonuo.

Install

npm i @axolo/egg-nuonuo --save

Usage

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

Configuration

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

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

Questions & Suggestions

Please open an issue here.

License

MIT