1.0.1 • Published 4 years ago

egg-lodash v1.0.1

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

egg-lodash

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

Install

$ npm i egg-lodash --save

Usage

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

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT