UNPKG

create-vuepress-theme-hope

Version:

Create vuepress-theme-hope demo project helper

17 lines (11 loc) 292 B
import { defineUserConfig } from "vuepress"; import theme from "./theme.js"; export default defineUserConfig({ base: "/", lang: "zh-CN", title: "博客演示", description: "vuepress-theme-hope 的博客演示", theme, // 和 PWA 一起启用 // shouldPrefetch: false, });