# my-ice-app **Repository Path**: jeffacode/my ## Basic Information - **Project Name**: my-ice-app - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-25 - **Last Updated**: 2024-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: h5调用相机-h5端 ## 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/).