Go to file
ClarkXia c1deba862e fix: use compilation api to get assets 2023-12-26 17:12:34 +08:00
.changeset chore: update versions (#6684) 2023-12-25 13:26:16 +08:00
.github Merge branch 'master' into feat/miniapp-native-events 2023-03-28 11:40:52 +08:00
.husky feat: use lint-staged to run lint before commit (#452) 2022-11-15 10:27:18 +08:00
examples Merge branch 'release/rsc' into feat-rsc 2023-12-26 17:10:07 +08:00
packages fix: use compilation api to get assets 2023-12-26 17:12:34 +08:00
patches fix: should not include every thing when transform to rspack plugin by unplugin (#6708) 2023-12-22 10:28:28 +08:00
scripts Merge branch 'master' into feat/miniapp-native-events 2023-03-28 11:40:52 +08:00
tests fix: compatible with win32 in speedup mode (#6497) 2023-08-30 13:29:18 +08:00
website docs: fix request base url env (#6679) 2023-12-05 10:22:12 +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 feat: replace binding package (#6663) 2023-12-08 11:02:37 +08:00
.eslintrc.js chore: update @swc/core for stable minify (#563) 2022-11-15 10:32:43 +08:00
.gitignore feat: i18n plugin (#6149) 2023-04-24 10:18:53 +08:00
.npmrc feat: upgrade esbuild version to v0.17 (#6146) 2023-04-20 16:31:33 +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 Merge branch 'master' into feat/miniapp-native-events 2023-03-28 11:40:52 +08:00
CONTRIBUTING.md Merge branch 'master' into feat/miniapp-native-events 2023-03-28 11:40:52 +08:00
LICENSE chore: first commit 2022-11-14 17:24:15 +08:00
README.md Merge branch 'master' into feat/miniapp-native-events 2023-03-28 11:40:52 +08:00
codecov.yml Merge branch 'master' into feat/miniapp-native-events 2023-03-28 11:40:52 +08:00
package.json fix: should not include every thing when transform to rspack plugin by unplugin (#6708) 2023-12-22 10:28:28 +08:00
pnpm-lock.yaml Merge branch 'release/rsc' into feat-rsc 2023-12-26 17:10:07 +08:00
pnpm-workspace.yaml feat: keep-alive (#556) 2022-11-15 10:32:49 +08:00
tsconfig.base.json fix: source map url in prod files but the sourceMap files not published (#6511) 2023-09-06 10:09:59 +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