☕🍵🍶🍼🍺🍸🍹🍷
This is a Vaadin 10 Flow example Java application, used to demonstrate features of the Vaadin Flow Java framework. Non-PolymerTemplates fork of github.com/vaadin/beverage-starter-flow/.
The Starter demonstrates the core Vaadin Flow concepts:
- Building UIs in Java with Components based on Vaadin components, such as
TextField,Button,ComboBox,DatePicker,VerticalLayoutandGrid(seeCategoriesList) - Creating forms with
Binder(ReviewEditorDialog) - Making reusable Components on server side with
Composite(AbstractEditorDialog) - Creating Navigation with the Router API (
MainLayout,ReviewsList,CategoriesList)
The project can be imported into the IDE of your choice, with Java 8 installed, as a Maven project.
- Run using
mvn jetty:run - Wait for the application to start
- Open http://localhost:8080/ to view the application
Brief introduction to the application parts can be found from the documentation folder. For Vaadin 10 documentation for Java users, see Vaadin.com/docs.