React+TS

yarn中国镜像加速

yarn config set registry https://registry.npm.taobao.org --global
yarn config set disturl https://npm.taobao.org/dist --global

初始化

yarn create react-app react-antd-admin-ts --template=typescript

添加Antd

yarn add antd

添加axios

yarn add axios

添加nprogress

yarn add nprogress @types/nprogress

添加路由

yarn add react-router-dom @types/react-router-dom

评论