使用Ant-Design开发的一套后台管理系统,主要用到了React、Typescript、Mobx、PWA等技术,使用webpack5打包构建,包含React16的一些新特性。
项目主要技术结构reacttypescriptantdmobxwebpack4react-router4pwa安装在终端下操作
项目地址:(gitclone)
gitclonegit@github.com:xpioneer/react-typescript.git安装node_modules依赖yarn
yarn#inyourcommandterminal运行启动开发服务:(https://localhost:8022)
yarnstart生产环境打包
yarnbuild
评论