1.0.1 • Published 3 years ago
egg-docx v1.0.1
egg-docx
Egg plugin for docx
安装
npm i egg-docx --save依赖说明
依赖的 egg 版本
| egg 3.x | egg 2.x | egg 1.x |
|---|---|---|
| 😁 | 😁 | ❌ |
依赖的插件
docxtemplater-image-module-free
开启插件
// {app_root}/config/plugin.js
exports.docx = {
enable: true,
package: 'egg-docx',
};配置
// {app_root}/config/config.default.js
config.docx = {
};