We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6068e56 + a5798f2 commit 2b23930Copy full SHA for 2b23930
README.md
@@ -5,7 +5,18 @@
5
# vaadin-maps-leaflet-flow
6
Vaadin Flow Java API for Leaflet Maps Component (https://leafletjs.com/)
7
8
+<img src="demo.png" height=550></img>
9
+
10
+## Run the Demo
11
+* Checkout the repo
12
+* Run ``mvn clean package``
13
+* Navigate into ``vaadin-maps-leaflet-flow-demo``
14
+* Run ``mvn jetty:run``
15
+* Open http://localhost:8080
16
17
+<details>
18
+ <summary>Show example</summary>
19
20
+ 
21
+</details>
22
-## Demo
-To run the demo, go to `vaadin-maps-leaflet-flow-demo/` subfolder and run `mvn jetty:run`.
-After server startup, you'll be able find the demo at [http://localhost:8080/](http://localhost:8080/)
0 commit comments