最近在忙着后台系统的重构,写了个 react (react hooks 写法) + typescript + antd + vite2/webpack5 后台系统模板,欢迎使用,觉得不错可以 star 支持下,谢谢~~,有问题欢迎提交 issues
react^17 + react-router-dom^4 + less + css modules + antd^4 + axios + mobx + echarts + react-i18next
# git clone
git clone https://github.com/zenquan/react-admin-template.git
or
git clone -b <branch> https://github.com/zenquan/react-admin-template.git
# install
npm install
# start or dev
master or master-i18n -> npm run start
vite or vite-i18n -> npm run dev
1
xlsepiphone 2021-09-13 13:26:27 +08:00 1
我用的 react hook + ts + vite + tailwindcss 重构了老的 vue2 项目,舒服。
|
2
jomsou OP @xlsepiphone 哈哈哈,来来来,相互 follow 一波?
|
3
ztmqg 2021-09-14 10:37:28 +08:00
master 分支,使用 webpack 打包出来的文件有 8M 多,把 css 全打进去了
|
4
jomsou OP @ztmqg 这个分支当时配置的 webpack 使用 mini-css-extract-plugin 插件将 CSS 提取到单独的文件中,但是在 css module 中遇到点问题,打包出来的 html 上的样式类丢了,还要再寻找一下解决方案,或者是后期会换成 cra 脚手架。
|