0.0.1 ā€¢ Published 2 years ago

vuepress-theme-dumi2 v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

šŸ“– A dumi style theme for VuePress2.

Install

$ npm i -D vuepress-theme-dumi
# OR
$ yarn add -D vuepress-theme-dumi

Usage

Write vuepress config

// .vuepress/config.ts
import { defineUserConfig } from 'vuepress'
import type { DefaultThemeOptions } from 'vuepress'

export default defineUserConfig<DefaultThemeOptions>({
    theme: 'vuepress-theme-dumi'
})

Thanks

This repo is inspired by the following projects, Thanks for their great work.