npm install -D vuepress-plugin-autobar Usage Addvuepress-plugin-autobarin your site or theme config file. Seeofficial docs on using a plugin // .vuepress/config.js// or// .vuepress/theme/index.jsmodule.exports = {plugins: ['autobar'] } ...