0.1.10 • Published 2 years ago

my-demo-lybdx v0.1.10

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

Custom Materials

Docs.

Install appworks CLI

$ npm i -g appworks
$ appworks --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

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

Generate materials data

$ appworks generate

Publish materials data

# sync to fusion material center
$ appworks sync

Use materials in AppWorks

Add the materials data url to AppWorks.

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago