Devtools for develop materials such as scaffold, block and component. Docs
$ npm install ice-devtools -g
$ idev -V
- 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
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
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.