跳至主要內容
vuepress-theme-hope

VuePress Theme Hope

一个具有强大功能的 vuepress 主题✨

快速上手指南案例

🛠 安装

在当前目录下的 [dir] 文件夹内创建 vuepress-theme-hope 项目:

pnpm
pnpm create vuepress-theme-hope [dir]

要将 vuepress-theme-hope 作为文档构建器添加到现有项目中,请在项目根目录中运行以下命令:

pnpm
pnpm create vuepress-theme-hope add [dir]

🚀 使用

TS
import { defineUserConfig } from "vuepress";
import { hopeTheme } from "vuepress-theme-hope";

export default defineUserConfig({
  // 站点选项
  // ...

  theme: hopeTheme({
    // 主题选项
    // ...
  }),
});

官方 QQ 群