black-shop-react-admin 黑店后台管理系统,基于 antd-design-pro 开发采用 react + redux + dva + umi + typescript 等开源技术进行开发 安装 npm install 或者 yarn 启动项目 npm start 或者 yarn start 打包 npm run build Check code style npm run lint You can also use script to auto fix some lint error: npm run lint:fix Test code npm test