mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-24 11:08:16 +08:00
19 lines
304 B
Markdown
19 lines
304 B
Markdown
# `@vuepress-plume/vuepress-plugin-iconify`
|
|
|
|
## Install
|
|
```
|
|
yarn add @vuepress-plume/vuepress-plugin-iconify
|
|
```
|
|
## Usage
|
|
``` js
|
|
// .vuepress/config.js
|
|
const iconifyPlugin = require('@vuepress-plume/vuepress-plugin-iconify')
|
|
module.exports = {
|
|
//...
|
|
plugins: [
|
|
iconifyPlugin()
|
|
]
|
|
// ...
|
|
}
|
|
```
|