# react-template-vite **Repository Path**: hezebin-react/react-template-vite ## Basic Information - **Project Name**: react-template-vite - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-28 - **Last Updated**: 2025-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-template-vite React TypeScript 的模板项目,包含了常用的组件、工具、配置等。 ## 快速创建项目 ```bash npx pcq -t vite [project-name] ``` ## 开发 ```bash yarn dev ``` ## 打包 ```bash yarn build ```