Material design vuepress theme
yarn add vuepress-theme-vuetify -D
# OR npm install vuepress-theme-vuetify -D
// .vuepress/config.js
module.exports = {
theme: 'vuetify',
themeConfig: {
// Please head documentation to see the available options.
}
}