egg-jy-hello

测试egg插件

Usage no npm install needed!

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

README

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