Skip to content

Latest commit

 

History

History
111 lines (80 loc) · 4.65 KB

README.en-US.md

File metadata and controls

111 lines (80 loc) · 4.65 KB

English | 简体中文

   ICE

ICE

Simple and friendly front-end R&D system

GitHub license Build Status PRs Welcome Gitter

Features

  • 🔥Visual Development:Simplify front-end engineering complexity through GUI operations, while visually managing different project projects via adapters, customizing proprietary front-end workbench.
  • 💯Rich materials:Improve project development efficiency based on material assembly while providing a wide range of React/Vue materials
  • 🎩Best Practices:Project development best practices based on rich experience, including directory structure, development debugging, routing configuration, state management, etc.
  • 🐳Custom material:Building Private Material System by Rapid Development of Material Developer Tools

more information ice.work.

Quick start

We provide two ways to use iceworks for different user groups:

GUI usage [recommend]

# Install the CLI tool
$ npm install iceworks -g

# Run iceworks
$ iceworks  # Open the browser: http://127.0.0.1:8000

CLI usage

# Install the CLI tool
$ npm install iceworks -g

# New project
$ mkdir iceapp & cd iceapp

# Initialize the project with a template
$ iceworks init

Ecosystem

Project Version Docs Description
iceworks iceworks-cli-status docs One-stop visual source code development workbench based on materials
ice-scripts ice-scripts-status docs Highly configurable development and build tools based on webpack
icestore icestore-status docs Lightweight state management solution based on React Hooks
icestark icestark-status docs Micro Frontends solution for large application
react-materials / docs High quality and abundant React materials provided by the authorities
vue-materials / docs High quality Vue materials maintained by the community

Contributing

Contributing Guide CONTRIBUTING.md

Community

DingTalk community GitHub issues Gitter
issues gitter

License

MIT