Skip to content

NeotropicSAS/mxgraph-for-vaadin-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mx Graph Component for Vaadin Flow

Adaptation of mx-graph web component for the Vaadin Flow platform

License

Apache License 2.0

Requirements

  • Java 21
  • Apache Maven 3.9+

Installation

Install the component in your local repository

    mvn clean install --DskipTests

Use the following maven dependency in your project

    <dependency>
        <groupId>com.neotropic.flow.component</groupId>
        <artifactId>mx-graph-for-vaadin-flow</artifactId>
        <version>0.1.0</version>
        <type>jar</type>
    </dependency> 

Starting the test/demo server:

  1. Navigate to demo directory
  2. Run mvn spring-boot:run.
  3. Open http://localhost:8080 in your browser.

Disclaimer

mxGraph and Vaadin trademarks are property of their respective owners. Neotropic SAS is not affiliated in any way to these companies. Use this component at your own risk.

About

Adaptation of mx-graph web component for the Vaadin Flow platform

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors