README
egg-async-validator-x
Install
$ npm i egg-async-validator-x --save
Usage
// {app_root}/config/plugin.js
exports.validate = {
enable: true,
package: 'egg-async-validator-x',
};
Configuration
// {app_root}/config/config.default.js
exports.validate = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.