ronysebastian / layout-examples

Layout examples for Vaadin 14

Home Page:https://vaadin.com/labs/layout-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Layout Examples for Vaadin Flow

This project is a fully working Vaadin application that you continue developing locally. It has all the necessary dependencies and files to help you get going.

Vaadin 14 Layout Example

The project is a standard Maven project, so you can import it to your IDE of choice.

To run from the command line, use mvn jetty:run and open http://localhost:8080 in your browser.

Project structure

  • MainView.java in src/main/java contains the navigation setup. It uses App Layout.
  • views package in src/main/java contains the server-side Java views of your application.
  • views folder in frontend/src/ contains the client-side JavaScript views of your application.

What next?

vaadin.com has lots of material to help you get you started:

About

Layout examples for Vaadin 14

https://vaadin.com/labs/layout-examples

License:Apache License 2.0


Languages

Language:Java 67.8%Language:JavaScript 30.9%Language:CSS 0.7%Language:HTML 0.6%Language:TypeScript 0.1%