2024-01-31 09:14:59 +08:00
2024-01-27 01:41:15 +08:00
2024-01-31 08:22:22 +08:00
2024-01-31 08:23:01 +08:00
2024-01-27 01:34:51 +08:00
2024-01-31 08:24:05 +08:00
2024-01-31 09:14:59 +08:00
2022-03-13 06:14:05 +08:00
2022-03-13 06:14:05 +08:00
2024-01-07 01:52:21 +08:00
2024-01-07 01:53:19 +08:00
2023-12-23 09:54:40 +08:00
2024-01-27 01:57:15 +08:00
2024-01-07 02:07:59 +08:00
2024-01-08 00:58:31 +08:00
2022-04-05 12:59:00 +08:00
2024-01-12 02:41:26 +08:00
2024-01-08 00:41:11 +08:00
2024-01-07 01:53:19 +08:00

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 vue @vuepress/client
# or
yarn add vuepress@next vuepress-theme-plume

Usage

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

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

plumeTheme(options)

options : PlumeThemeOptions

查看 options 详细说明

案例

效果图

内置插件

非内置插件

注意

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

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

贡献指南

查看 [贡献指南] 了解更多

Description
A vuepress theme. Simple, feature-rich, document & blog
Readme MIT 94 MiB
Languages
TypeScript 56.6%
Vue 35.8%
CSS 6.1%
Handlebars 1.1%
JavaScript 0.2%
Other 0.1%