3.0.1 • Published 4 years ago

egg-zk v3.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

egg-zk

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

Install

$ npm i egg-zk --save

Usage

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

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

3.0.1

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago