Skip to main content
vuepress-theme-hope

VuePress Theme Hope

A VuePress theme with tons of features✨

Get StartedGuideDemos

🛠Install

Create a new vuepress-theme-hope project in [dir] directory under the current path:

pnpm
pnpm create vuepress-theme-hope [dir]

To add vuepress-theme-hope as docs builder to an existing project, run the following command in the project root directory:

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

🚀Usage

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

export default defineUserConfig({
  theme: hopeTheme({
    // your theme config here
  }),
});

Telegram Group