nprogress Plugin
Integrate nprogressopen in new window into VuePress, which can provide a progress bar when navigating to another page.
This plugin has been integrated into the default theme.
Install
npm i -D @vuepress/plugin-nprogress@next
1
Styles
You can customize the style of the progress bar via CSS variables:
:root {
--nprogress-color: #29d;
--nprogress-z-index: 1031;
}
1
2
3
4
2
3
4