vuepress-plugin-version-check
v1.0.0
Published
VuePress document update checker
Maintainers
Readme
vuepress-plugin-version-check
Generate version.json during a VuePress build and prompt users to refresh when a newer build is available.
module.exports = {
plugins: [
['version-check', { buildId: '2026-07-27_12-00-00' }],
],
}The plugin checks /version.json every two minutes while the page is visible and immediately when the page returns to the foreground.
