# react-temp-admin **Repository Path**: eipoz-opensource/react-temp-admin ## Basic Information - **Project Name**: react-temp-admin - **Description**: https://github.com/iamzwq/react-temp-admin - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-14 - **Last Updated**: 2025-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 👊简介 🌈 这是个手把手教你使用vite搭建的React项目。 🎯 没有过多的配置和封装。全是基础但是必需的功能配置,比如代码规范,登录、请求、路由、主题切换、进度条、动画、错误边界处理等。 ## 💻技术栈 - 🌵 `vite` - 前端构建工具,提升前端开发体验. - ✈ `react` - 不用介绍了吧 - 🎉 `react-router-dom` - 路由管理方案 - 🎨 `antd` - 开箱即用的高质量 React UI 组件库 - 💅 `tailwindcss` - 实用程序优先的 CSS 框架 - 📑 `@tanstack/react-query` - Web 应用程序缺少的数据获取库 - 🐻 `zustand` - React 中状态管理的必需品 - 🎇 `echarts` - 图表库 ## 🍼启动项目 ```bash git clone https://github.com/iamzwq/react-temp-admin.git npm install npm run dev ```