react element typescript admin
1.0.0
react-element-typescript-admin は、react の最新の開発スタックに基づいており、素晴らしい 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