1.0.2 • Published 2 years ago

wyf-egg-hello v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

egg-hello

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

Install

$ npm i egg-hello --save

Usage

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

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago