Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vuepress-theme-vuetify

z3bya25MIT1.0.1

Vuepress docs theme using vuetify

vuepress, vuepress-theme, vuepress-docs, vuepress-theme-vuetify, material design, vue

readme

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