egg-uniqid
v1.0.0
Published
uniqid for egg
Downloads
6
Maintainers
Readme
egg-uniqid
Install
$ npm i egg-uniqid --save
Usage
// {app_root}/config/plugin.js
exports.uniqid = {
enable: true,
package: 'egg-uniqid',
};
see uniqid for more detail.
Configuration
// {app_root}/config/config.default.js
exports.uniqid = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.