vuepress-theme-vuetifyDecember 19, 2019 ยท View on GitHubMaterial design vuepress theme Demo Install yarn add vuepress-theme-vuetify -D # OR npm install vuepress-theme-vuetify -D Usage // .vuepress/config.js module.exports = { theme: 'vuetify', themeConfig: { // Please head documentation to see the available options. } }