# test **Repository Path**: hezebin-react/test ## Basic Information - **Project Name**: test - **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-05-20 - **Last Updated**: 2024-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # test React TypeScript 的模板项目,包含了常用的组件、工具、配置等。 ## 快速创建项目 ```bash npx pcq -t react [project-name] ``` ## 组件介绍 各组件的具体使用见其目录下的 README.md 文件。 ## CRA 说明 ### CSS CRA 的默认配置支持 SASS, 可直接在以 `.css` 结尾的文件中使用 SCSS 语法。若要使用 `.scss` 结尾的样式文件,需额外安装: ``` yarn add sass ``` CRA 也默认支持 CSS Module,文件名需要以.module.css或.module.scss 等结尾。