1.0.1 • Published 1 year ago

egg-docx v1.0.1

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

egg-docx

Egg plugin for docx

安装

npm i egg-docx --save

依赖说明

依赖的 egg 版本

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

依赖的插件

docxtemplater

docxtemplater-image-module-free

pizzip

开启插件

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

配置

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

};

示例

查看更多项目

License

MIT