# spline-circle-rolling-app **Repository Path**: jeffacode/spline-circle-rolling-app ## Basic Information - **Project Name**: spline-circle-rolling-app - **Description**: spline模型滚动动画模型 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-03 - **Last Updated**: 2023-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ice.js 3 Lite 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 # The app entry │   ├── assets │   │   └── logo.png │   ├── document.tsx │   ├── pages # Pages directory │   │   ├── index.module.css │   │   └── index.tsx # Index page entry │   └── typings.d.ts └── tsconfig.json ``` For more detail, please visit [docs](https://v3.ice.work/).