react element typescript admin
1.0.0
React-Element-TypeScript-Admin basiert auf dem neuesten Entwicklungs-Stack von React und ist eine React-Version für die fantastischen Vue-basierten Admin-Schnittstellen Vue-Element-Admin.
Dieses Projekt basiert auf React, React-Router, Typescript, Axios, i18next und Element-React. Alle API-Anfragen werden von Mock.js simuliert. Die wichtigsten Abhängigkeitsversionen sind wie folgt:
- [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