随笔分类 -  antd

摘要:创建项目 npx create-react-app antd-demo 安装 antd yarn add antd 高级配置 yarn add -D babel-plugin-import react-app-rewired customize-cra less less-loader@5.0.0 阅读全文
posted @ 2022-01-05 12:10 __Bowen 阅读(361) 评论(0) 推荐(0)
摘要:在 create-react-app 中使用 antd-mobile 2.0 在 create-react-app 中使用 antd-mobile 需要自定义主题时,需要根据官方模板中的依赖版本进行安装否则会报各种错误!! github 地址:https://github.com/ant-desig 阅读全文
posted @ 2022-01-05 11:02 __Bowen 阅读(403) 评论(0) 推荐(0)