ice-scaffold-simple
v1.0.5
Published
使用 TypeScript,未使用任何 UI 库。
Downloads
3
Keywords
Readme
ICE 3 Project
An ICE 3 project, using TypeScript CSS Modules.
Usage
$ npm install
$ npm start
Directories
.
├── README.md
├── ice.config.mts # The project config.
├── package.json
├── src
│ ├── app.tsx # The app entry.
│ ├── assets
│ │ └── logo.png
│ ├── document.tsx
│ ├── pages # Pages directroy.
│ │ ├── index.css
│ │ └── index.tsx # Index page entry.
│ └── typings.d.ts
└── tsconfig.json