Vue>> ice>> 返回
项目作者: alibaba

项目描述 :
高级语言: JavaScript
项目地址: git://github.com/alibaba/ice.git
创建时间: 2016-11-03T06:59:15Z
项目社区:https://github.com/alibaba/ice

开源协议:MIT License

下载


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:

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

npm init <initializer> is available in npm 6+

Start local server to launch project:

  1. $ cd ice-app
  2. $ npm install
  3. $ 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