Skip to content

Latest commit

 

History

History
88 lines (59 loc) · 1.1 KB

README.md

File metadata and controls

88 lines (59 loc) · 1.1 KB

Custom ICE Materials and Doc

Docs Ice. Docs npm. Docs storyBook-doc.

npm package. component Doc.

Install iceworks

$ npm i -g iceworks
$ iceworks --help

Install Deps

$ npm install

Develop materials

# block
$ cd blocks/ExampleBlock
$ npm install
$ npm run start

# component
$ cd blocks/ExampleBlock
$ npm install
$ npm run start

Add new material

$ iceworks add  # select block|component|scaffold

Generate materials data

$ iceworks generate

Publish materials data

# sync to fusion material center
$ iceworks sync

Use materials in iceworks

Add the materials data url to iceworks.

Doc

run Document

npm run doc

build Doc

npm run build-doc

publish package

  npm publish

unpublish package

npm unpublish [pageageName] --force