1.0.1 • Published 4 years ago

vuepress-theme-vuetify v1.0.1

Weekly downloads
3
License
MIT
Repository
-
Last release
4 years ago

vuepress-theme-vuetify

Material design vuepress theme

NPM version NPM downloads

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.
  }
}