@zhqc/antd-lowcode-materials
TypeScript icon, indicating that this package has built-in type declarations

1.2.28 • Public • Published

Ant Design For Lowcode

NPM version

使用 / 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/antd-lowcode-materials@1.2.1/build/lowcode/assets-prod.json`)).json();
material.setAssets(assets);

快速上手

  1. 先提交最新代码到 master 分支,并推送远程

  2. 在服务器下运行以下命令【ssh root@192.168.10.211】 /root/pull.sh 拉取物料 /root/custom/build.sh 部署custom /root/form/build.sh 部署form

Readme

Keywords

none

Package Sidebar

Install

npm i @zhqc/antd-lowcode-materials

Weekly Downloads

4

Version

1.2.28

License

MIT

Unpacked Size

11.4 MB

Total Files

629

Last publish

Collaborators

  • huadaowei