0.1.3 • Published 4 years ago
offline-vuepress v0.1.3
vuepress-offline: Offline vuepress output page
VuePress is a very good static website generator, but the static files it generates can only be hosted on HTTP services for browsing.
But sometimes we don't have an HTTP server to host, so we hope to open it in the local browser to access. There are many similar problems in VuePress Issue, such as:
This procedure is to solve this problem.
Instructions
installation
yarn install -g vuepress-offlineIf your VuePress output directory is dist, then use the -d parameter to specify the output directory:
vuepress-offline -d distFeatures
- Support the conversion of
css,javascript,image, andhyperlinksin HTML pages - Support conversion of part of
importin CSS
Change Log
- V0.1.3
- fix tranform failed when relative path