react element typescript admin
1.0.0
React-element-typescript-admin은 최신 반응 개발 스택을 기반으로 하며 멋진 vue 기반 관리 인터페이스 vue-element-admin을 위한 반응 버전입니다.
이 프로젝트는 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