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