0.1.0 • Published 4 years ago

vuepress-theme-medium v0.1.0

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

vuepress-theme-medium

NPM version NPM downloads

Sites

Install

yarn add vuepress-theme-medium -D
# OR npm install vuepress-theme-medium -D

Usage

// .vuepress/config.js
module.exports = {
  theme: 'medium',
  themeConfig: {
    // Please keep looking down to see the available options.
  }
}