文件名称:vuepress-plugin-export:将您的 VuePress 站点导出为 PDF 文件
文件大小:650KB
文件格式:ZIP
更新时间:2024-08-12 23:03:12
JavaScript
vuepress-plugin-export 这个插件需要 VuePress >= 1.0.0-alpha.44 。 特征 自动合并所有页面。 去做 支持默认和可配置的封面。 注入目录。 注入页码。 根据语言环境生成不同的 PDF 文件。 转换所有链接。 安装 npm i vuepress-plugin-export 用法 使用这个插件: // .vuepress/config.js module . exports = { plugins : [ 'vuepress-plugin-export' ] } 然后运行: vuepress export [path/to/your/docs] 生成多个输出文件 您可以配置此插件以导出多个文件。 添加配置选项: module . exports : [ 'vuepress-plugin-export' , { the
【文件预览】:
vuepress-plugin-export-master
----.gitattributes(12B)
----yarn.lock(379KB)
----example()
--------.vuepress()
--------using-vue.md(7KB)
--------README.md(1KB)
----LICENSE(1KB)
----test()
--------index.test.js(124B)
----README.md(3KB)
----.release-it.json(283B)
----.editorconfig(187B)
----.gitignore(13B)
----index.js(4KB)
----CHANGELOG.md(466B)
----site.pdf(578KB)
----package.json(1KB)