All Projects → vaadin → Beverage Starter Flow

vaadin / Beverage Starter Flow

Simple Example Web Application for Vaadin Flow

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Beverage Starter Flow

Vaadin Form Layout
The Web Component providing configurable responsive layout for form elements. Part of the Vaadin components.
Stars: ✭ 15 (-37.5%)
Mutual labels:  webcomponents, responsive, vaadin
multiselect-combo-box
A multi select combo box web component based on Polymer and the vaadin-combo-box
Stars: ✭ 41 (+70.83%)
Mutual labels:  webcomponents, vaadin
vaadin-dialog
High quality web component for modal dialogs. Part of the Vaadin platform.
Stars: ✭ 15 (-37.5%)
Mutual labels:  webcomponents, vaadin
vaadin-checkbox
The Web Component for customized checkboxes. Part of the Vaadin components.
Stars: ✭ 18 (-25%)
Mutual labels:  webcomponents, vaadin
Vaadin Date Picker
The Web Component providing a date selection field with scrollable month calendar. Part of the Vaadin components.
Stars: ✭ 158 (+558.33%)
Mutual labels:  webcomponents, vaadin
web-components
A set of high-quality standards based web components for enterprise web applications. Part of Vaadin 20+
Stars: ✭ 322 (+1241.67%)
Mutual labels:  webcomponents, vaadin
vaadin-split-layout
The Web Component which allows you to partition a layout into resizeable areas. Part of the Vaadin components.
Stars: ✭ 40 (+66.67%)
Mutual labels:  webcomponents, vaadin
vaadin-context-menu
The responsive Web Component for showing context dependent items for any element on the page. Part of the Vaadin components.
Stars: ✭ 26 (+8.33%)
Mutual labels:  webcomponents, vaadin
vaadin-icons
Vaadin Icons is a collection of 600+ unique icons designed for web applications
Stars: ✭ 59 (+145.83%)
Mutual labels:  webcomponents, vaadin
skeleton-starter-flow-spring
Default project template for Vaadin using Spring Boot
Stars: ✭ 29 (+20.83%)
Mutual labels:  webcomponents, vaadin
vaadin-text-field
The themable Web Component providing input controls. Part of the Vaadin components.
Stars: ✭ 29 (+20.83%)
Mutual labels:  webcomponents, vaadin
Vaadin Combo Box
The Web Component for displaying a list of items with filtering. Part of the Vaadin components.
Stars: ✭ 113 (+370.83%)
Mutual labels:  webcomponents, vaadin
Vaadin Upload
The Web Component for uploading multiple files with progress indication. Part of the Vaadin components.
Stars: ✭ 87 (+262.5%)
Mutual labels:  webcomponents, vaadin
vaadin-select
Customizable Web Component similar to a native browser select. Part of the Vaadin components.
Stars: ✭ 18 (-25%)
Mutual labels:  webcomponents, vaadin
Vaadin Grid
vaadin-grid is a free, high quality data grid / data table Web Component. Part of the Vaadin components.
Stars: ✭ 383 (+1495.83%)
Mutual labels:  webcomponents, vaadin
base-starter-angular
Base Starter for Vaadin components with Angular
Stars: ✭ 13 (-45.83%)
Mutual labels:  webcomponents, vaadin
Vaadin Core
An evolving set of free, open source web components for building mobile and desktop web applications in modern browsers.
Stars: ✭ 382 (+1491.67%)
Mutual labels:  webcomponents, vaadin
Vaadin
An evolving set of open source web components for building mobile and desktop web applications in modern browsers.
Stars: ✭ 424 (+1666.67%)
Mutual labels:  webcomponents, vaadin
Nx
Smart, Fast and Extensible Build System
Stars: ✭ 9,737 (+40470.83%)
Mutual labels:  webcomponents
Webcomponent
Lightweight utilities for constructing web components
Stars: ✭ 6 (-75%)
Mutual labels:  webcomponents

This example application has been deprecated

This project is not updated anymore, but is still visible as an old example for using Java and HTML in Vaadin 14. Please see our starting page for newer project examples.

Beverage Buddy App Starter for Vaadin Flow

☕️🍵🍶🍼🍺🍸🍹🍷

This is a Vaadin platform example application created with Java and HTML. It is used to demonstrate features of Vaadin platform.

The easiest way of using it is via https://vaadin.com/start - you can choose the vaadin version and the package naming you want. If you want to use it with the latest vaadin version you can use this direct link.

The Starter demonstrates the core Vaadin Flow concepts:

Prerequisites

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

But additionally you need node.js installed in your System, and available in your PATH. See the Node.js page for the installation instructions.

Dependencies

Dependencies are managed by Vaadin platform and vaadin-maven-plugin.

Running the Project in Developer Mode

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

Note that there are some files/folders generated in the project structure automatically. You can find some information about them here.

Production Mode

  1. Run mvn package -Pproduction to get the artifact.
  2. Deploy the target/beveragebuddy-2.0-SNAPSHOT.war.

If you want to run the production build using the Jetty plugin, use mvn jetty:run -Pproduction and navigate to the http://localhost:8080/.

Documentation

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

Adding new templates

To add a new template or a style to the project create the JavaScript module in the ./frontend directory.

Then in the PolymerTemplate using the P3 element add the JsModule annotation e.g. @JsModule("./src/views/reviewslist/reviews-list.js")

Branching information

  • master the latest version of the starter, using the latest platform version
  • v10 the version for Vaadin Platform 10
  • v11 the version for Vaadin Platform 11
  • v12 the version for Vaadin Platform 12
  • v13 the version for Vaadin Platform 13
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].