GitXplorerGitXplorer
a

ice

public
17832 stars
2090 forks
347 issues

Commits

List of commits on branch master.
Verified
61d7c95d300228e50967ddf77d5051191b2edf3b

Merge pull request #6970 from alibaba/release/next

CClarkXia committed a month ago
Verified
9c22816af350619a53a6d3faf86cba3eeb4dde23

chore: update versions (#6962)

CClarkXia committed a month ago
Verified
47a5773a1b93696ede654aeaac8c2fac2abcf1d0

fix: support compileDependencies in speedup mode (#6925)

CClarkXia committed a month ago
Verified
39b7dac6c5556efddafcea915f2f28a62ff86f14

chore: lint (#6969)

CClarkXia committed a month ago
Unverified
06f432cdc90425e9381350ffabd245ddad353852

Merge branch 'master' into release/next

CClarkXia committed a month ago
Verified
2928447c0aa1aa5ea28d00ae2b5202b88a698a47

feat: export head stream err recover script component (#6967)

wwjn760371 committed a month ago

README

The README file for this repository.

ice.js

Downloads Version GitHub license PRs Welcome Gitter Leaderboard Open with OpenSumi

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

Features

  • 🐒 Zero Config: Out of the box support for ES6+, TypeScript, Less, Sass, CSS Modules,etc
  • 🐯 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