2023-12-25 08:31:04 +08:00

3.9 KiB
Raw Blame History

vuepress-theme-plume

一个简约的 vuepress 主题。

开箱即用,仅需少量配置即可使用。

npm version npm beta download npm download GitHub License

查看文档

Install

npm install vuepress@next vuepress-theme-plume
# or
pnpm add vuepress@next vuepress-theme-plume
# or
yarn add vuepress@next vuepress-theme-plume

Usage

import { defineUserConfig } from 'vuepress'
import { plumeTheme } from 'vuepress-theme-plume'

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

plumeTheme(options)

options : PlumeThemeOptions

查看 options 详细说明

案例

效果图

内置插件

非内置插件

注意

本主题基于 vuepress 2 ,处于 RC 阶段。

这意味着功能已趋于稳定,但在未来仍有小概率发生破坏性更改。