mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
28 lines
457 B
Markdown
28 lines
457 B
Markdown
# `@vuepress-plume/vuepress-plugin-windicss`
|
|
|
|
添加 `windicss` 支持
|
|
|
|
## Install
|
|
```
|
|
yarn add @vuepress-plume/vuepress-plugin-windicss
|
|
```
|
|
## Usage
|
|
``` js
|
|
// .vuepress/config.js
|
|
module.exports = {
|
|
//...
|
|
plugins: [
|
|
windicssPlugin(options)
|
|
]
|
|
// ...
|
|
}
|
|
```
|
|
|
|
## Method
|
|
|
|
`windicssPlugin(options)`
|
|
|
|
- `options`: `{ userOptions?: UserOptions; utilsOptions?: WindiPluginUtilsOptions } | string`
|
|
|
|
windicss 配置文件路径,或者 windicss配置
|