Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 746 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 746 Bytes

vaadin-visjs-dot-component

showcase of displaying graphviz dot-graphs in a vaadin-component using vis-network (visjs)

gradle multi-project

:vaadin-visjs-dot-component (root-project)
    :lib (contains VisJsDotComponent.java, build a jar to use in your project)
    :example-webapp (uses :lib)

project :example-webapp is a clone of https://github.com/vaadin/base-starter-spring-gradle and shows how to use the component

see MainView for more details

command to run example-webapp:

./gradlew bootRun

open http://localhost:8080/ in browser