1.3.0 • Published 3 months ago

@ice/lite-scaffold v1.3.0

Weekly downloads
-
License
-
Repository
github
Last release
3 months ago

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.

1.3.0

3 months ago

1.2.1

5 months ago

1.2.0

9 months ago

1.1.1

10 months ago

1.1.2

9 months ago

1.1.0-beta.2

1 year ago

1.1.0

1 year ago

1.1.0-beta.1

1 year ago

1.1.0-beta.0

1 year ago

1.0.4-beta.0

1 year ago

1.0.4-beta.1

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago