# frontReact **Repository Path**: w_qingqing/front-react ## Basic Information - **Project Name**: frontReact - **Description**: 回顾 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-19 - **Last Updated**: 2026-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React + TypeScript + Vite react-2026wqq/ ├─ node_modules/ # 依赖(不用动) ├─ public/ # 不经打包的静态资源 ├─ src/ # 你真正写 React 的地方 │ ├─ index.html # 项目入口 HTML ├─ package.json # 项目说明书 ⭐ ├─ package-lock.json # 依赖锁 ⭐ ├─ vite.config.ts # Vite 配置 ⭐⭐ ├─ tsconfig.json # TS 编译规则 ⭐⭐ ├─ tsconfig.node.json # Node 环境的 TS 规则 └─ README.md