@music163/tango-designer
TypeScript icon, indicating that this package has built-in type declarations

1.3.1 • Public • Published

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',
});

Dependents (0)

Package Sidebar

Install

npm i @music163/tango-designer

Weekly Downloads

147

Version

1.3.1

License

MIT

Unpacked Size

701 kB

Total Files

387

Last publish

Collaborators

  • kkdev163
  • hsiao0
  • voidsky
  • musicfe
  • wwsun
  • pwq309