2023-02-13 23:07:35 +08:00
2022-04-25 13:07:49 +08:00
2023-02-13 09:18:52 +08:00
2022-03-13 06:14:05 +08:00
2022-04-06 05:45:20 +08:00
2022-03-13 06:14:05 +08:00
2023-02-13 09:30:32 +08:00
2022-12-01 15:34:40 +08:00
2022-04-05 12:59:00 +08:00
2023-02-13 09:30:32 +08:00
2022-04-29 19:52:03 +08:00
2022-05-11 14:50:24 +08:00
2022-11-04 21:07:32 +08:00

@vuepress-plume/vuepress-theme-plume

一个简约的 vuepress 主题。

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

npm version npm download

查看文档

Install

yarn add vuepress@next @vuepress-plume/vuepress-theme-plume

Usage

import { defineUserConfig } from 'vuepress'
import { themePlume } from '@vuepress-plume/vuepress-theme-plume'
export default defineUserConfig({
  theme: themePlume({
    // theme config
  })
})

themePlume(options)

options : PlumeThemeOptions

查看 options 详细说明

案例

内置插件

非内置插件

注意

本主题基于 VuePress2 ,仍处于 Beta 阶段。

这意味着功能尚未完善,在未来有概率发生破坏性更改。

本主题已完成主要功能的开发,并用于个人博客,也欢迎各位使用,如能给小弟提供您宝贵的建议和意见,不胜感激。

Description
Languages
TypeScript 56.6%
Vue 35.9%
CSS 6.1%
Handlebars 1.1%
JavaScript 0.2%