react admin template
1.0.0
预览地址
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
# build
npm run build