https://github.com/yunsii/react-lib-father
Quick library of react, build by father.
https://github.com/yunsii/react-lib-father
dumi father react
Last synced: 8 months ago
JSON representation
Quick library of react, build by father.
- Host: GitHub
- URL: https://github.com/yunsii/react-lib-father
- Owner: yunsii
- License: mit
- Created: 2020-04-28T15:49:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T01:36:25.000Z (about 5 years ago)
- Last Synced: 2024-12-30T11:45:12.076Z (9 months ago)
- Topics: dumi, father, react
- Language: TypeScript
- Homepage: https://yuns.love/react-lib-father
- Size: 2.73 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-lib-father
Quick library of react, build by father.
## UI 组件
参考 [ant-design](https://github.com/ant-design/ant-design) 的方式实现了按需加载,由于只是基于 `father` 做的编译,所以只能支持 less 样式的按需加载,暂不支持 css 样式的按需加载。
## 致谢
- [father](https://github.com/umijs/father/tree/2.x) 编译工具
- [dumi](https://github.com/umijs/dumi) 文档工具
- [ahooks(原名 umi-hooks)](https://github.com/alibaba/hooks/tree/1.x) 借鉴其打包方式
- [ant-design-pro](https://github.com/ant-design/ant-design-pro) eslint prettier 等代码规范化配置## 问题总结
- 使用 webpack.config.ts [[link]](https://webpack.js.org/configuration/configuration-languages/#typescript)