Go to file
ClarkXia 0fdaeae871 Merge branch 'release/next' into chore/beta 2023-04-25 11:11:35 +08:00
.changeset Merge branch 'release/next' into chore/beta 2023-04-25 11:11:35 +08:00
.github
.husky
examples feat: async data loader (#6137) 2023-04-25 10:47:40 +08:00
packages Merge branch 'release/next' into chore/beta 2023-04-25 11:11:35 +08:00
scripts
tests feat: async data loader (#6137) 2023-04-25 10:47:40 +08:00
website feat: async data loader (#6137) 2023-04-25 10:47:40 +08:00
.commitlintrc.js
.editorconfig
.eslintignore
.eslintrc.js
.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
.prettierrc.js
.puppeteerrc.cjs
CONTRIBUTING.md
LICENSE
README.md
codecov.yml
package.json chore: temp 2023-04-25 10:40:01 +08:00
pnpm-lock.yaml Merge branch 'release/next' into chore/beta 2023-04-25 11:11:35 +08:00
pnpm-workspace.yaml
tsconfig.base.json
vitest.config.ts

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