theme-default
Usage
Install @vuepress/theme-default
:
npm install @vuepress/theme-default@next
import { defaultTheme } from '@vuepress/theme-default'
export default {
theme: defaultTheme({
// set theme config here
}),
}
Install @vuepress/theme-default
:
npm install @vuepress/theme-default@next
import { defaultTheme } from '@vuepress/theme-default'
export default {
theme: defaultTheme({
// set theme config here
}),
}