react element typescript admin
1.0.0
react-element-typescript-admin 基于最新的 React 开发堆栈,它是基于 vue 的出色管理界面 vue-element-admin 的 React 版本。
该项目基于react、react-router、typescript、axios、i18next和element-react,所有api请求均由Mock.js模拟。主要依赖版本如下:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
# clone the project
git clone https://github.com/lynx1986/react-element-typescript-admin.git
# Enter the project directory
cd react-element-typescript-admin
# Install dependencies
npm install
# Or yarn
yarn
# Develop
npm start
# Or yarn
yarn start
# Build
npm run build
# Or yarn
yarn build