# decision_pc **Repository Path**: lirongfei/decision_pc ## Basic Information - **Project Name**: decision_pc - **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-08-23 - **Last Updated**: 2025-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ice.js 3 Pro Scaffold ## Usage ```bash $ npm install $ npm start ``` ## Directories ```md . ├── README.md ├── ice.config.mts # The project config ├── package.json ├── .browserslistrc # Browsers that we support ├── public │   ├── favicon.ico ├── src | ├── app.ts # App entry | ├── assets | ├── components # Common component | ├── document.tsx | ├── global.css # Global style | ├── interfaces | ├── menuConfig.tsx # Layout menus | ├── models | ├── pages # Pages directory | ├── services | ├── store.ts # App store | └── typings.d.ts └── tsconfig.json ``` For more detail, please visit [docs](https://v3.ice.work/).