Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 491 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 491 Bytes

drag-topology-editor-vue3

This is a editor for topology dragable (vue 3.0)

Lib using

yarn add drag-topology-editor-vue3 
or
npm install drag-topology-editor-vue3

Import

import TopologyEditor from 'drag-topology-editor-vue3';
import 'drag-topology-editor-vue3/lib/drag-topology-editor-vue3.css';

Demo

ref ./examples

Local

npm run serve

image