aspirantzhang / ice-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A new ice.js project

Usage

$ npm install

$ npm start

Directories

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

About


Languages

Language:TypeScript 68.1%Language:JavaScript 16.2%Language:CSS 15.7%