Based on Fusion Components and ice.js Framework.
$ npm run setup
See Material Development Guide to learn more.
# block
$ cd blocks/ExampleBlock
$ npm install
$ npm run start
Each scaffold in the scaffolds folder is generated by a configuration file .template/scaffold.json
, please do not manually modify the contents of the scaffold.
Generate scaffold command:
$ cd materials/
$ node scripts/generate.js fusion-design-pro
$ cd materials/
$ node scripts/publish-blocks.js
$ cd materials/
$ TYPE=scaffolds node scripts/publish-blocks.js
$ iceworks add # select block|component|scaffold|page
$ iceworks generate
# sync to fusion material center
$ iceworks sync