Redirect |
---|
location | https://www.jetbrains.com/help/idea/getting-started-with-vaadin.html |
---|
|
IntelliJ IDEA lets you create and manage projects using Vaadin Framework that optimizes your Web applicatin development.
...
Before you start creating your project make sure that Vaadin SDK is downloaded on your computer and Vaadin plugin is enabled.
Open
span |
---|
|
Project Wizard Wiki Markup |
---|
{span:class=shortcut}Project Wizard{span} |
, under Java Enterprise select Vaadin framework.

Specify the following settings:
...
Place the caret on the desired line of the source code. Press
+ span |
---|
|
F8 Wiki Markup |
---|
{span:class=shortcut}Ctrl{span} |
+ Wiki Markup |
---|
{span:class=shortcut}F8{span} |
or from the main menu select
→ span |
---|
|
Toggle Line Breakpoint Wiki Markup |
---|
{span:class=shortcut}Run{span} |
→ Wiki Markup |
---|
{span:class=shortcut}Toggle Line Breakpoint{span} |
.

Press
+ + span |
---|
|
F9 Wiki Markup |
---|
{span:class=shortcut}Shift{span} |
+ Wiki Markup |
---|
{span:class=shortcut}Alt{span} |
+ Wiki Markup |
---|
{span:class=shortcut}F9{span} |
to start a debugging session.

View the result in the Debugger console.

Note |
---|
|
See also the tutorial Getting Started with Vaadin-Maven Projects to learn how to create and manage Vaadin-Maven projects. |