Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

alibaba-archive/ice-devtools

Repository files navigation

ice-devtools 相关能力迁移至 iceworks CLI,ice-devtools 将逐步下线,相关代码:


ice-devtools

Devtools for develop materials such as scaffold, block and component. Docs

Installation

$ npm install ice-devtools -g
$ idev -V

Introduction

  • Support React/Vue/Angular material template
  • Custom material template
  • Init and develop materials
  • Generate material data
  • Sync the data to unpkg or fusion.design and get a url
  • Use in iceworks by the url

Getting Started

Init materials:

$ idev init

Develop a block material:

$ cd blocks/ExampleBlock
$ npm install
$ npm start

Use npm publish each material, and then generate the materials data:

$ npm run generate

Contributors

Feel free to report any questions as an issue, we'd love to have your helping hand on ice-scripts.

If you're interested in icestore, see CONTRIBUTING.md for more information to learn how to get started.

License

MIT