npm install @condorhero/vuepress-plugin-export-pdf-v2 -D then add script to yourpackage.json: {"scripts": {"export-pdf":"press-export-pdf export [path/to/your/docs]"} } Then run: npm run export-pdf press-export-pdfCommand Options ...
exports = { plugins: [ [ '@maiscrm/vuepress-plugin-exportpdf', { themeConfig: { navbar: false, nextLinks: false, prevLinks: false, sidebar: [ 'docs/', { title: 'Plugin', children: [ 'docs/plugin/', 'docs/plugin/using-a-plugin' ] } ] } } ] ] }...
"^1.7.1", "@vuepress/plugin-nprogress": "^1.7.1", "node-sass": "4.14.1", "sass-loader": "7.3.1", "vuepress": "^1.7.1" }, "dependencies": { "@snowdog/vuepress-plugin-pdf-export": "^1.1.0", "axios": "^0.21.0", "bulma": "^0.9.1", "vuepress-plugin-export": "^0.2...
Generate different PDF files per locale. Transform all of links. Install npm i vuepress-plugin-export Usage Using this plugin: // .vuepress/config.jsmodule.exports={plugins:['vuepress-plugin-export']} Then run: vuepressexport[path/to/your/docs] ...
vuepress-plugin-export vuepress-plugin-pdf-export Contributing Fork it! Create your feature branch: git checkout -b my-new-feature Commit your changes: git commit -am 'Add some feature' Push to the branch: git push origin my-new-feature Submit a pull request :D License MITAbout...