1. Install the plug-in
- Install using Eclipse Marketplace by dropping the icon on top of Eclipse window:
- Alternatively in Eclipse, select Help | Install New Software | Add. Enter
Vaadin
andhttps://vaadin.com/eclipse
for Name and Location, then click Add.
- Alternatively in Eclipse, select Help | Install New Software | Add. Enter
- Expand Vaadin and install
Vaadin Plug-in for Eclipse
. - Process through the final steps; Eclipse will ask you to restart the program.
2. Create a New Project
Vaadin 10 and newer
- Select File | New | Project...
- Choose
Vaadin 10+ Project
. - To create a new project, choose
Base Starter for Vaadin Flow
. To get some sample and check out how some of the Vaadin features work, choose theSimple App
starter - Choose any of the tech stacks from the drop-down or go with the default one.
- Click Finish.
Vaadin 8
- Select File | New | Project...
- Choose
Vaadin 8 Project
. - Select any of the available Maven archetypes and click Next.
- If you want, you can change the Group Id, Artifact Id, Version, Package and the available properties.
- Click Finish