theme-default

Usage

@vuepress/theme-default

Install @vuepress/theme-default :

npm install @vuepress/theme-default@next
import { defaultTheme } from '@vuepress/theme-default'

export default {
  theme: defaultTheme({
    // set theme config here
  }),
}