@zhqc/antd-lowcode-materials
v1.2.28
Published
Antd for LowCode
Downloads
23
Readme
在线示例 / DEMO
使用 / Usage
NPM
const { material } from '@alilc/lowcode-engine';
const assets = require('@alilc/antd-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/@alilc/[email protected]/build/lowcode/assets-prod.json`)).json();
material.setAssets(assets);
快速上手
先提交最新代码到 master 分支,并推送远程
在服务器下运行以下命令【ssh [email protected]】 /root/pull.sh 拉取物料 /root/custom/build.sh 部署custom /root/form/build.sh 部署form