/react-webpack

仿antdpro外观,标准后台管理系统解决方案,react+webpack脚手架

Primary LanguageJavaScriptMIT LicenseMIT

React-webpack

GitHub license code style: prettier GitHub last commit

后台管理系统脚手架
模仿antd-pro外观

这是个啥?

React+Redux 后台管理系统脚手架
React Hooks / Redux / React Router / antd4 / webpack4 / Javascript

构建 Start

npm install       // 安装依赖模块
npm start         // 运行开发环境,默认监听8888端口
npm run build         // 正式打包,生成最终代码
npm run dist          // 运行正式打包后的最终代码,默认监听8888端口