egg-gstore
v0.0.2
Published
Egg's gstore plugin
Downloads
2
Readme
egg-gstore
Install
$ npm i egg-gstore --saveUsage
// {app_root}/config/plugin.js
exports.gstore = {
enable: true,
package: 'egg-gstore',
};Configuration
// {app_root}/config/config.default.js
exports.gstore = {
};see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.
