1.6.0 • Published 4 months ago

egg-cute-core v1.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

egg-cute-core

Install

$ npm i egg-cute-core --save

Usage

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

Configuration

config.cuteCore = {
  code: {
    success: 0,
    error: 1,
  },
  msg: {
    success: 'SYS_SUCCESS_MESSAGE',
    error: 'SYS_ERROR_MESSAGE',
  },
};

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

1.6.0

4 months ago

1.5.0

4 months ago

1.4.0

4 months ago

1.2.0

4 months ago

1.3.0

4 months ago

1.1.0

2 years ago

1.0.0

4 years ago