Klaas, Wilfried 6b3b358d36 new vue web client 5 years ago
..
src 6b3b358d36 new vue web client 5 years ago
.classpath 6b3b358d36 new vue web client 5 years ago
.project 18b26e9a32 new client with vaadin 5 years ago
README.md e61ee3c9ab adding new client gui with vaadin 5 years ago
pom.xml 6b3b358d36 new vue web client 5 years ago
spsemulatorgui.zip e61ee3c9ab adding new client gui with vaadin 5 years ago

README.md

Gitter

Beverage Buddy App Starter for Vaadin Flow

:coffee::tea::sake::baby_bottle::beer::cocktail::tropical_drink::wine_glass:

This is a Vaadin platform Java example application, used to demonstrate features of the Vaadin Flow framework.

The easiest way of using it is via https://vaadin.com/start - you can choose the package naming you want.

The Starter demonstrates the core Vaadin Flow concepts:

Prerequisites

The project can be imported into the IDE of your choice, with Java 8 installed, as a Maven project.

Running the Project

  1. Run using mvn jetty:run
  2. Wait for the application to start
  3. Open http://localhost:8080/ to view the application

Documentation

Brief introduction to the application parts can be found from the documentation folder. For Vaadin documentation for Java users, see Vaadin.com/docs.

Branching information

  • master the latest version of the starter, using the latest platform snapshot
  • V10 the version for Vaadin 10
  • V11 the version for Vaadin 11
  • V12 the version for Vaadin 12