1.0.3 • Published 1 year ago

egg-utils2 v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

egg-utils

Utils plugin for egg

安装

npm i egg-utils2 --save

依赖说明

依赖的 egg 版本

egg 3.xegg 2.xegg 1.x
😁😁

依赖的插件

dayjs

lodash

nanoid

开启插件

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

配置

// {app_root}/config/config.default.js
config.utils = {

};

示例

查看更多项目

License

MIT

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago