安装默认主题:
npm i -D @vuepress/theme-default@next
在配置文件中指定主题:
import { defaultTheme } from '@vuepress/theme-default' export default { theme: defaultTheme({ // 在这里添加主题配置 }), }