An open API service indexing awesome lists of open source software.

https://github.com/chenshuai2144/umi-plugin-antd-theme

🎨 Best theme plugin
https://github.com/chenshuai2144/umi-plugin-antd-theme

ant-design ant-design-pro antd antdpro theme umi

Last synced: about 1 year ago
JSON representation

🎨 Best theme plugin

Awesome Lists containing this project

README

          

# umi-plugin-antd-theme

[![NPM version](https://img.shields.io/npm/v/umi-plugin-antd-theme.svg?style=flat)](https://npmjs.org/package/umi-plugin-antd-theme) [![NPM downloads](http://img.shields.io/npm/dm/umi-plugin-antd-theme.svg?style=flat)](https://npmjs.org/package/umi-plugin-antd-theme)

## Usage

Configure in `config/theme.config.json`,

```json
{
"theme": [
{
"theme": "dark",
"fileName": "dark.css"
},
{
"fileName": "mingQing.css",
"modifyVars": {
"@primary-color": "#13C2C2"
}
}
],
// 是否压缩css
"min": true,
// css module
"isModule": true,
// 忽略 antd 的依赖
"ignoreAntd": false,
// 忽略 pro-layout
"ignoreProLayout": false,
// 不使用缓存
"cache": true
}
```

you can get config in `window.umi_plugin_ant_themeVar`

## LICENSE

MIT