vuepress-theme-zp
TypeScript icon, indicating that this package has built-in type declarations

1.0.60 • Public • Published

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
  }),
})

Package Sidebar

Install

npm i vuepress-theme-zp

Weekly Downloads

3

Version

1.0.60

License

MIT

Unpacked Size

246 kB

Total Files

199

Last publish

Collaborators

  • zhaopan