xmsz / demo-2023072002

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ice.js 3 Lite Scaffold

Usage

$ npm install

$ npm start

Directories

.
├── 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.

About


Languages

Language:SCSS 97.0%Language:TypeScript 1.8%Language:CSS 0.8%Language:JavaScript 0.4%