]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add mention about video trainings to the tutorial page (#11493)
authoralexandruchiuariu <43343269+alexandruchiuariu@users.noreply.github.com>
Wed, 27 Mar 2019 13:00:05 +0000 (15:00 +0200)
committerAnastasia Smirnova <anasmi@utu.fi>
Wed, 27 Mar 2019 13:00:05 +0000 (15:00 +0200)
documentation/tutorial.adoc

index 8ff21edc751a41e69898353111aaaf36a2d0b2f5..92a4572db28d642c988bd749bf189f035e45d3ed 100644 (file)
@@ -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.