react admin template
1.0.0
Preview address
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