mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
docs: update readme
This commit is contained in:
parent
492b4fc4d5
commit
68e52273bc
@ -15,6 +15,10 @@
|
||||
## Install
|
||||
|
||||
``` sh
|
||||
npm install vuepress@next vuepress-theme-plume
|
||||
# or
|
||||
pnpm add vuepress@next vuepress-theme-plume
|
||||
# or
|
||||
yarn add vuepress@next vuepress-theme-plume
|
||||
```
|
||||
|
||||
@ -23,6 +27,7 @@ yarn add vuepress@next vuepress-theme-plume
|
||||
``` ts
|
||||
import { defineUserConfig } from 'vuepress'
|
||||
import { plumeTheme } from 'vuepress-theme-plume'
|
||||
|
||||
export default defineUserConfig({
|
||||
theme: plumeTheme({
|
||||
// theme config
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user