Skip to content

watho/visjs-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visjs-example

Introduction

Runs a simple Vaadin application with one visjs network diagramm.

example

Requirements

Workflow

  • To compile the entire project, run "mvn install".
  • To run the application, run "mvn jetty:run" and open http://localhost:8080/ .
  • To produce a deployable production mode WAR:
    • change productionMode to true in the servlet class configuration (nested in the UI class)
    • run "mvn clean package"
    • test the war file with "mvn jetty:run-war"

General Informations