@ddbor/appworks-materials

0.6.0 • Public • Published

Custom Materials

Docs.

安装 appworks CLI

$ npm i -g appworks
$ appworks --help

安装依赖

$ npm install

物料开发

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

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

添加新物料

$ appworks add  # select block|component|scaffold

生成物料数据

$ appworks generate

发布物料

# 同步到物料中心
$ appworks sync

在 AppWorks 中使用物料

Add the materials data url to AppWorks.

物料源地址

https://unpkg.com/@ddbor/appworks-materials@latest/build/materials.json

Readme

Keywords

none

Package Sidebar

Install

npm i @ddbor/appworks-materials

Weekly Downloads

0

Version

0.6.0

License

MIT

Unpacked Size

5.28 kB

Total Files

4

Last publish

Collaborators

  • ddbor