1.0.2 • Published 3 years ago

vuepress-plugin-export-pdf-pro v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

vuepress-plugin-export-pdf-pro

说明

按文件序号导出合成PDF文件

修改自 vuepress-plugin-export 修改自 vuepress-plugin-export-pdf

更新内容

1.0.0

  • 根据菜单配置(themeConfig.nav)排序
  • 导出时,隐藏顶栏菜单(防止菜单遮挡内容)

1.0.2

  • 解决centos下报错问题:Running as root without --no-sandbox is not supported.

使用

安装依赖包

npm -i vuepress-plugin-export-pdf-pro

.vuepress/config.js文件中增加内容:

plugins: [
    [
      'vuepress-plugin-export-pdf-pro'
    ]
  ]

执行命令:vuepress export docs

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago