0.1.4 • Published 3 years ago

form-cards v0.1.4

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Custom Materials

Docs.

Install Iceworks CLI

$ 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

# page
$ cd pages/ExamplePage
$ npm install
$ npm run start

Add new material

$ iceworks add  # select block|component|scaffold|page

Generate materials data

$ iceworks generate

Publish materials data

# sync to fusion material center
$ iceworks sync

Use materials in AppWorks

Add the materials data url to AppWorks.

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago