Vaadin12

Hi, programmers. Now i’m using vaadin 8 but want to use vaadin 12. So what do i have to do to get and use it? I use Netbeans IDE and there i can create only vaadin 7 or vaadin 8 project. How can i create vaadin 12?

Thanks in advance!

  1. Go to https://vaadin.com/start/latest
  2. Choose a starter, for example “Project Base”
  3. Click the “download” button
  4. Unzip the downloaded package to a directory of your choosing
  5. Import the project to your IDE from that directory
  6. Run the “jetty:run” Maven goal to start a Jetty servee with your app on