react-app-rewire-antd:通过react-app-rewired将antd加载到您的create-react-app应用程序中

时间:2024-05-30 08:57:53
【文件属性】:

文件名称:react-app-rewire-antd:通过react-app-rewired将antd加载到您的create-react-app应用程序中

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-30 08:57:53

create-react-app antd cra react-app-rewired JavaScript

React-app-rewire-antd 通过react-app-rewired将antd加载到您的create-react-app应用程序中。 安装 $ npm install react-app-rewire-antd 用法 首先,编辑config-overrides.js : /* config-overrides.js */ const rewireAntd = require ( 'react-app-rewire-antd' ) ; module . exports = function override ( config , env ) { // ... config = rewireAntd ( { '@primary-color' : 'rgb(97,43,189)' , } ) ( config , env ) ; // ... ret


【文件预览】:
react-app-rewire-antd-master
----.gitignore(23B)
----README.md(2KB)
----.gitattributes(29B)
----package.json(700B)
----index.js(643B)
----test.js(216B)
----.travis.yml(43B)
----.editorconfig(205B)
----.npmrc(19B)

网友评论