Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

vaadin/flow-component-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This repository is deprecated

Flow-component-base

This project is just a pom containing common configuration for individual component modules. It includes for an example the build configuration for copying static resources and source codes so they can be shown in the demo.

This allows pom-files of individual components to become very small, as they only need to specify dependencies required by the particular component.

This branch is for Vaadin 14 development. See other branches for other framework versions:

  • master branch is Vaadin 14 (Flow/Flow-component version 2.0)
  • 1.0 branch is Vaadin 10 (Flow/Flow-component version 1.0)

Flow Components as Git submodules

All the Flow components have been added as submodules to this project. You can easily get all of them with:

You can update all the submodules for latest master branch with:

  • git submodule update --remote

You can import them component modules as Maven projects to your IDE.

For more submodule usage, you can also check the tutorial