1.0.0 • Published 8 years ago

plugin-core v1.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
8 years ago

egg-plugin-core

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

Install

$ npm i egg-plugin-core --save

Usage

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

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT