summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authoralexandruchiuariu <43343269+alexandruchiuariu@users.noreply.github.com>2019-03-27 15:00:05 +0200
committerAnastasia Smirnova <anasmi@utu.fi>2019-03-27 15:00:05 +0200
commit51b64cc579c302b693aecfbf91726fa45dc08b47 (patch)
treee3e46ae688d95ca2898adf73a928cf9d2719ce79 /documentation
parent2fa45756848bd5168cb0cc1ca702675afef6f9ca (diff)
downloadvaadin-framework-51b64cc579c302b693aecfbf91726fa45dc08b47.tar.gz
vaadin-framework-51b64cc579c302b693aecfbf91726fa45dc08b47.zip
Add mention about video trainings to the tutorial page (#11493)
Diffstat (limited to 'documentation')
-rw-r--r--documentation/tutorial.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/tutorial.adoc b/documentation/tutorial.adoc
index 8ff21edc75..92a4572db2 100644
--- a/documentation/tutorial.adoc
+++ b/documentation/tutorial.adoc
@@ -51,6 +51,8 @@ You'll have your first Vaadin app running in your IDE in a couple of minutes. To
Naturally, you can just do the beginning of the exercise or pick any of the steps you want.
To start from a specific step, we have prepared the example code after each step to be downloaded as a zip file.
+TIP: The free training videos are an accessible way to get familiar with Vaadin 8. https://vaadin.com/training/courses?type=all[See all courses here!]
+
In this tutorial, we build a simple customer management system.
It is not a real application; we use an in-memory "back-end", so that you can understand how to hook it to an existing Java based back-end.
We cover the basic Vaadin development and you can use the result as a basis for more experiments with Vaadin, such as using add-ons, your own custom look-and- feel (aka. theme), adding new views, or optimizing the result for mobile support.