2024-01-05 01:52:43 +08:00
..
2024-01-05 01:37:45 +08:00
2024-01-03 16:32:30 +08:00
2024-01-05 01:52:43 +08:00

vuepress-theme-plume

一款基于 VuePress@2 的博客皮肤。

查看使用文档

Install

# npm
npm i vuepress-theme-plume
# or pnpm
pnpm add vuepress-theme-plume
# or yarn
yarn add vuepress-theme-plume

Usage

// .vuepress/config.ts
import { defineUserConfig } from 'vuepress'
import { plumeTheme } from 'vuepress-theme-plume'

export default defineUserConfig({
  theme: plumeTheme({
    // theme config
  })
})