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