diff options
author | alexandruchiuariu <43343269+alexandruchiuariu@users.noreply.github.com> | 2019-03-27 15:00:05 +0200 |
---|---|---|
committer | Pekka Hyvönen <pekka@vaadin.com> | 2019-04-02 20:08:40 +0300 |
commit | 24fb492528c924c0593de195d1db6cae6d4c5666 (patch) | |
tree | 188c9558a52086c4b55090a18847a05541dfa3c6 | |
parent | 990b07bcb4f807ff260479ee8d73408a50419868 (diff) | |
download | vaadin-framework-24fb492528c924c0593de195d1db6cae6d4c5666.tar.gz vaadin-framework-24fb492528c924c0593de195d1db6cae6d4c5666.zip |
Add mention about video trainings to the tutorial page (#11493)
-rw-r--r-- | documentation/tutorial.adoc | 2 |
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. |