最近在忙着后台系统的重构,写了个 react (react hooks 写法) + typescript + antd + vite2/webpack5 后台系统模板,欢迎使用,觉得不错可以 star 支持下,谢谢~~,有问题欢迎提交 issues,想要与我沟通交流技术的朋友也可以跟我( https://github.com/Zenquan) 相互 follow 哦
管理员 admin admin 运营 zenquan zenquan 技术栈 react^17 + react-router-dom^4 + less + css modules + antd^4 + axios + mobx + echarts + react-i18next + vite
开始
# 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