# Installation
To install the plugin simply run
npm install vuepress-simple-sidebarIn your
.vuepress/config.jsadd the plugin to the included plugins asplugins: [ ... 'vuepress-simple-sidebar', ]Thats it!
To install the plugin simply run
npm install vuepress-simple-sidebar
In your .vuepress/config.js add the plugin to the included plugins as
plugins: [
...
'vuepress-simple-sidebar',
]
Thats it!