vuepress-theme-zp
v1.0.60
Published
custom theme of vuepress2.x
Downloads
77
Maintainers
Readme
vuepress-theme-zp
custom theme of vuepress2.x
how to use?
has two step
install
if you use pnpm
, you may need to install vue
and @vuepress/client
as peer-dependencies. pnpm add -D vue @vuepress/client@next
. reason
npm install vuepress-theme-zp
use
/docs/.vuepress/config.js
import Theme from 'vuepress-theme-zp'
import { defineUserConfig } from 'vuepress'
export default defineUserConfig({
title: 'test',
description: 'this is description',
theme: Theme({
...option
}),
})