@ice/lite-scaffold

1.3.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @ice/lite-scaffold

Weekly Downloads

32

Version

1.3.0

License

none

Unpacked Size

12.1 kB

Total Files

20

Last publish

Collaborators

  • linbudu
  • answershuto
  • chenjun1011
  • luhengchang228
  • sobear
  • clarkxia
  • rax-publisher