mirror of
https://github.com/NetEase/tango.git
synced 2026-08-29 02:01:34 +08:00
55bf417ddf
- @music163/tango-designer@1.4.3 - @music163/tango-setting-form@1.2.12 - @music163/tango-ui@1.4.2
Tango LowCode Designer
A source code based low-code designer from the NetEase Cloud Music Develop Team.
📄 Usage
Install the low-code designer
npm install @music163/tango-designer
Initialize the low-code designer engine
import { createEngine } form '@music163/tango-designer';
// init designer engine
const engine = createEngine({
entry: '/src/index.js',
files: sampleFiles,
componentPrototypes: prototypes as any,
});
Initialize the drag-and-drop engine
import { DndQuery } form '@music163/tango-designer';
const sandboxQuery = new DndQuery({
context: 'iframe',
});