1.0.4 • Published 3 years ago

@jashine/egg-miniapp v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@jashine/egg-miniapp

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

Install

$ npm i @jashine/egg-miniapp

Usage

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

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT