这是一个脚手架,拉取一个空的后台管理系统 该套系统由 webpack5 + antd4 + typescript + mobx 组成
在线Demo:https://vibing.github.io/react-admin/index.html
你可以拿过来直接用,只需要在系统内开发页面即可
你无需全局安装该脚手架,只需执行:
npx react-antd-gen init your-project-name
等待模板下载完成后,进入项目所在目录,执行以下命令即可:
- yarn 或 npm install
- yarn dll 或 npm run dll
- yarn dev 或 npm run dev 然后在浏览器中打开: http://localhost:3000 即可访问
使用 yarn build
或npm run build
打包项目
关于模板详细信息请访问:https://github.com/Vibing/react-admin