diff options
author | Matti Tahvonen <matti@vaadin.com> | 2017-07-17 14:10:20 +0300 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-07-17 14:10:20 +0300 |
commit | 80c484d7388c2ac06245aed213c5111c2c9d00fe (patch) | |
tree | 2b3e4e233cacb4716276ab1625d4c580c0aaef68 /documentation/installing | |
parent | 01a453649e1c4ace5ea1e2b8dcf18102a639d0f1 (diff) | |
download | vaadin-framework-80c484d7388c2ac06245aed213c5111c2c9d00fe.tar.gz vaadin-framework-80c484d7388c2ac06245aed213c5111c2c9d00fe.zip |
Feature/tutorial finetuning (#9672)
* Trying to lower the barrier to start following the tutorial
* Guiding new Vaadin users to start with the tutorial
Diffstat (limited to 'documentation/installing')
-rw-r--r-- | documentation/installing/installing-eclipse.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/installing/installing-eclipse.adoc b/documentation/installing/installing-eclipse.adoc index 4acfb086fb..f797d2c08e 100644 --- a/documentation/installing/installing-eclipse.adoc +++ b/documentation/installing/installing-eclipse.adoc @@ -7,6 +7,8 @@ layout: page [[installing.eclipse]] = Installing the Eclipse IDE and Plugin +TIP: If you are new to Vaadin, we suggest to start with <<dummy/../../../framework/tutorial#tutorial,"the tutorial">>. It also contains instructions how to set up Eclipse based development environment. + If you are using the Eclipse IDE, using the Vaadin Plugin for Eclipse helps greatly. The plugin includes wizards for creating new Vaadin-based projects, themes, and client-side widgets and widget sets. Notice that you can also create |