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
- Host: GitHub
- URL: https://github.com/fi3ework/restricted-antd-style-demo
- Owner: fi3ework
- Created: 2020-04-05T12:28:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T11:50:14.000Z (over 6 years ago)
- Last Synced: 2025-10-08T00:45:54.634Z (10 months ago)
- Language: JavaScript
- Size: 347 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 按需引入