English | 简体中文
Le5le-topology is a diagram visualization framework uses canvas and typescript. Developers are able to build diagram (topology, UML), micro-services architecture, SCADA and so on.
- → Online . It is very slow while open the site for my network speed is 1Mb/s.
- → Docs
- → Download
- Extensible - Developers are able to make own diagrams easily. You just have to focus on your core logic in the framework.
- Fast rendering
- Animate
- TypeScript
- libs
|- topology // The topogoly-core lib source.
- src // The topology.le5le.com source that uses angular.
- bundle
- demo // The demo uses js.
import { Topology } from 'topology-core';
var canvas = new Topology('topo-dom', options);
canvas.open(data);
<script src="/bundle/topology.bundle.js"></script>
var canvas = new Le5leTopology.Topology('topo-canvas', {});
canvas.open(data);
[Todo]
$ yarn
$ npm start
# build
$ npm run build
# First, set your host: 127.0.0.1 local.dev.le5le.com
$ npm run dev
# First, set your host: 127.0.0.1 local.le5le.com
$ npm run prod
[libs/topology#] yarn
# build
[libs/topology#] npm run build
[libs/topology-flow-diagram#] yarn
# build
[libs/topology-flow-diagram#] npm run build
- PR
- Docs
- Translate
- Share
- Writing (articles, demos, videos and so on)
- Social networks
Wechat: alsmile123
Email: [email protected]
MIT © le5le.com