ice/packages/ice
ClarkXia 08c1c8698c chore: update versions 2025-09-25 08:48:10 +00:00
..
bin
scripts
src feat: support custom props when render document (#7099) 2025-06-30 11:17:22 +08:00
templates Merge pull request #7127 from alibaba/hotfix/env 2025-07-24 15:27:08 +08:00
tests
CHANGELOG.md chore: update versions 2025-09-25 08:48:10 +00:00
README.md
openChrome.applescript
package.json chore: update versions 2025-09-25 08:48:10 +00:00
tsconfig.json
types.d.ts
typings.d.ts

README.md

ice.js

ice.js is the best user experience for web developing based on React. This package includes scripts and configuration used by web framework ice.

Install

$ npm i @ice/app -D

usage

{
  "name": "my-app",
  "devDependencies": {
    "@ice/app": "^3.0.0"
  },
  "scripts": {
    "start": "ice start",
    "build": "ice build"
  }
}

Command line interface

Usage: ice <command> [options]

Options:
  -V, --version    output the version number
  -h, --help       output usage information

Commands:
  build [options]  build project
  start [options]  start dev server

Open Source

Open Source with ❤️ and MIT License.