# cicd-test **Repository Path**: qiuyaohong/cicd-test ## Basic Information - **Project Name**: cicd-test - **Description**: 用于cicd 构建代码拉取 构建测试, 项目使用ice - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-29 - **Last Updated**: 2025-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # A new ice.js project ## Usage ```bash $ npm install $ npm start ``` ## Directories ```md . ├── README.md ├── ice.config.mts # The project config. ├── package.json ├── .browserslistrc # Browsers that support. ├── public # Static files. ├── src # Application source code. │   ├── app.ts # The app entry. │   ├── assets # Assets directory. │   ├── document.tsx # The document entry. │   ├── components # Components directory. │   ├── pages # Pages directory. │   │   ├── index.module.css # Index page style. │   │   └── index.tsx # Index page component. │   └── typings.d.ts # The type definition. └── tsconfig.json ``` > Note: The resources in `public` directory will be completely copied to the `output` directory during the build phase, and the filename will not be changed. For more detail, please visit [docs](https://v3.ice.work/).