vuepress-plugin-export
v0.2.0
Published
Export your VuePress site to a PDF file
Downloads
293
Readme
vuepress-plugin-export
This plugin requires VuePress >= 1.0.0-alpha.44.
Features
- Merge all of your pages automatically.
TODO
- Support default and confurable front cover.
- Inject Table of Contents.
- Inject Page Numbers.
- Generate different PDF files per locale.
- Transform all of links.
Install
npm i vuepress-plugin-export
Usage
Using this plugin:
// .vuepress/config.js
module.exports = {
plugins: ['vuepress-plugin-export']
}
Then run:
vuepress export [path/to/your/docs]
Development
git clone https://github.com/ulivz/vuepress-plugin-export
cd vuepress-plugin-export
yarn
yarn export
Note that this package is powered by puppeteer, if you are in a mysterious wall, consider setting environment variables before installation.
PUPPETEER_DOWNLOAD_HOST=https://npm.taobao.org/mirrors
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
Author
vuepress-plugin-export © ULVIZ, Released under the MIT License. Authored and maintained by ULVIZ with help from contributors (list).
github.com/ulivz · GitHub @ULVIZ · Twitter @_ulivz