0.0.9 • Published 3 years ago

benlai-lowcode-materials v0.0.9

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

NPM version

在线示例 / DEMO

使用 / Usage

NPM

const { material } from '@alilc/lowcode-engine';
const assets = require('benlai-lowcode-materials/build/lowcode/assets-prod.json');

// in GeneralWorkbench init
material.setAssets(assets);

CDN

// in GeneralWorkbench init
const assets = await (await fetch(`https://alifd.alicdn.com/npm/benlai-lowcode-materials@0.0.6/build/lowcode/assets-prod.json`)).json();
material.setAssets(assets);
0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.1.0

3 years ago