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

https://github.com/fi3ework/restricted-antd-style-demo

An example repository to show how to restrict antd global style
https://github.com/fi3ework/restricted-antd-style-demo

Last synced: 5 months ago
JSON representation

An example repository to show how to restrict antd global style

Awesome Lists containing this project

README

          

# restricted-antd-style-demo

## Artical

https://github.com/fi3ework/blog/issues/44

## 说明

- master:采用拼接 antd.less + 全量引入
- postinstall-full:采用 postinstall + 全量引入
- postinstall-modular:采用 postinstall + 通过 babel-import-plugin 按需引入