@ygjack/egg-rest

0.0.9 • Public • Published

egg-rest

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

Install

$ npm i egg-rest --save

Usage

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

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

Package Sidebar

Install

npm i @ygjack/egg-rest

Weekly Downloads

0

Version

0.0.9

License

MIT

Unpacked Size

9.34 kB

Total Files

13

Last publish

Collaborators

  • ygjack