Go to file
ClarkXia f8d2ce56cc
chore: remove unused ci (#5944)
2023-02-20 12:12:30 +08:00
.changeset chore: update versions (#5930) 2023-02-20 11:15:53 +08:00
.github chore: remove unused ci (#5944) 2023-02-20 12:12:30 +08:00
.husky feat: use lint-staged to run lint before commit (#452) 2022-11-15 10:27:18 +08:00
examples chore: changeset config (#5909) 2023-02-16 16:11:49 +08:00
packages chore: update versions (#5930) 2023-02-20 11:15:53 +08:00
scripts feat: use changeset to publish and version (#5864) 2023-02-13 14:48:34 +08:00
tests chore: changeset config (#5909) 2023-02-16 16:11:49 +08:00
website Merge pull request #5875 from alibaba/release/next 2023-02-20 11:52:53 +08:00
.commitlintrc.js fix: lint 2022-11-14 17:24:33 +08:00
.editorconfig chore: editor config (#5562) 2022-11-16 17:38:28 +08:00
.eslintignore test: improve test case (#497) 2022-11-15 10:30:52 +08:00
.eslintrc.js chore: update @swc/core for stable minify (#563) 2022-11-15 10:32:43 +08:00
.gitignore chore: changes the cache location for Puppeteer (#5893) 2023-02-13 10:50:52 +08:00
.npmrc chore: changeset config (#5909) 2023-02-16 16:11:49 +08:00
.prettierignore chore: first commit 2022-11-14 17:24:15 +08:00
.prettierrc.js fix: lint 2022-11-14 17:24:33 +08:00
.puppeteerrc.cjs chore: changes the cache location for Puppeteer (#5893) 2023-02-13 10:50:52 +08:00
CONTRIBUTING.md chore: optimize (#676) 2022-11-15 10:33:11 +08:00
LICENSE chore: first commit 2022-11-14 17:24:15 +08:00
README.md chore: update contributors (#5861) 2023-02-03 14:46:13 +08:00
codecov.yml fix: update ci workflow (#5836) 2023-02-01 15:53:43 +08:00
package.json feat: use changeset to publish and version (#5864) 2023-02-13 14:48:34 +08:00
pnpm-lock.yaml chore: update versions (#5930) 2023-02-20 11:15:53 +08:00
pnpm-workspace.yaml feat: keep-alive (#556) 2022-11-15 10:32:49 +08:00
tsconfig.base.json feat: use esm standard (#14) 2022-11-14 17:47:51 +08:00
vitest.config.ts fix: pass a timeout value for long-running test (#5604) 2022-11-22 16:43:03 +08:00

README.md

ice.js

Downloads Version GitHub license PRs Welcome Gitter Leaderboard

A universal framework based on React.js, 📚 Docs.

Features

  • 🐒 Zero Config: Out of the box support for ES6+, TypeScript, Less, Sass, CSS Modulesetc
  • 🐯 Practice: Practice about file-system routing, state Management, request, etc
  • 🦁 Hybrid: pre-render pages at build time (SSG) or request time (SSR) for default
  • 🐌 Plugin system: The plugin system provides rich features and allow the community to build reusable solutions
  • 🐂 Multi-End: Support both web, miniapp and Weex

Quick start

We recommend creating a new ice.js app using create-ice, which sets up everything automatically for you. To create a project, run:

$ npm init ice ice-app --template @ice/lite-scaffold

npm init <initializer> is available in npm 6+

Start local server to launch project:

$ cd ice-app
$ npm install
$ npm run start # running on http://localhost:3000.

It's as simple as that!

Contributing

Please see our CONTRIBUTING.md

Contributors

Contributors can contact us to join the Contributor Group.

Community

LICENSE

MIT