- It has been replaced with https://github.com/vaadin/vaadin-flow-components
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)
All the Flow components have been added as submodules to this project. You can easily get all of them with:
git clone https://github.com/vaadin/flow-component-base.git --recurse-submodules
(or after cloningflow-component-base
usegit submodule init
instead)
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