mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
18 lines
237 B
Smarty
18 lines
237 B
Smarty
# `@vuepress-plume/vuepress-{{ pkgName }}`
|
|
|
|
## Install
|
|
```
|
|
yarn add @vuepress-plume/vuepress-{{ pkgName }}
|
|
```
|
|
## Usage
|
|
``` js
|
|
// .vuepress/config.js
|
|
module.exports = {
|
|
//...
|
|
plugins: [
|
|
{{ lowerName }}Plugin()
|
|
]
|
|
// ...
|
|
}
|
|
```
|