# react-empty **Repository Path**: mipyao/react-empty ## Basic Information - **Project Name**: react-empty - **Description**: react空项目 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: vite - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-17 - **Last Updated**: 2025-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-vite 一个react19 + vite的模板项目 包含头部底部layout组件 目前整合了react-router ant-design less unocss swiper echarts echarts-for-react Echarts更新到了6 完美向下兼容Echarts5 可以先无视以下问题直到echarts-for-react更新 echarts-for-react 3.0.2 └── ✕ unmet peer echarts@"^3.0.0 || ^4.0.0 || ^5.0.0": found 6.0.0 # React + Vite This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. Currently, two official plugins are available: - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh ## Expanding the ESLint configuration If you are developing a production application, we recommend using TypeScript and enable type-aware lint rules. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project. ## CI/CD