You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: articles/tools/start/index.adoc
+12-9
Original file line number
Diff line number
Diff line change
@@ -6,29 +6,31 @@ order: 20
6
6
7
7
= Vaadin Start
8
8
9
-
image::_images/example-project.png[An example project built with the Vaadin Start online interface]
9
+
The Vaadin Start online interface allows you to manage, configure and download the core of a functional Vaadin projects. You can use them as a starting point to create your own Vaadin applications. Even more so, they allow you to do several fundamental things, easily.
image::_images/example-project.png[Project Built with Vaadin Start Online Interface]
12
12
13
-
The Vaadin Start online interface allows you to manage, configure and download the core of a functional Vaadin projects. At a minimum, you can use them as a starting point to create your own Vaadin applications. Even more so, it allows you easily to do several fundamental things.
Vaadin Start allows you to work on multiple projects. You can see a list of your projects in the `My Projects` section. You can download your project from there, directly.
18
+
With Vaadin Start, you can work on multiple projects. You can find a list of your projects in the `My Projects` section. You can download your project from there, directly.
19
19
20
20
.Projects List
21
-
image::_images/my-projects.png[height=75%, width=75%, List of User Projects]
21
+
image::_images/my-projects.png[height=75%, width=75%, List of Projects]
22
22
23
23
24
24
== Add Views
25
25
26
26
Vaadin Start allows you to add several views to your project. You can select the initial content of each view from a list of more than fifteen Flow and Hilla templates. For example, you can include views based on the Master-Detail template, which can be used to manage an entity's data.
27
27
28
+
The screenshot here shows the Vaadin Start UI, with the Add View dialog open, showing the Master-Detail template selected:
29
+
28
30
.Master-Detail Template
29
-
image::_images/master-detail-template.png[Vaadin Start UI, with the Add View dialog open, showing the Master-Detail template selected]
31
+
image::_images/master-detail-template.png[Vaadin Start UI with Add View and Master-Detail Template Selected]
30
32
31
-
You can then add and modify JPA entities. These entities are downloaded with the generated project, along with their corresponding Spring Data classes, such as the [classname]`Repository` and [classname]`Service`.
33
+
You can then add and modify JPA entities. These entities are downloaded with the generated project, along with their corresponding Spring Data classes, such as the [classname]`Repository` and [classname]`Service`. You can see this in the screenshot here:
To start with a simplified project template -- without adding and configuring any views -- you can configure and download a "Hello World" starter from the landing page of Vaadin Start.
70
72
71
73
This screenshot shows the configuration options for Hello World starters:
74
+
72
75
.Hello World Starters
73
76
image::_images/hello-world-starters.png[Hello World Starters, width=60%]
0 commit comments