Skip to content

Commit

Permalink
Add mentions about Gradle support in Designer (#352)
Browse files Browse the repository at this point in the history
Co-authored-by: Jouni Koivuviita <jouni@vaadin.com>
  • Loading branch information
2 people authored and magi42 committed Apr 14, 2021
1 parent b4abd4c commit d18c388
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Click *OK* to generate the files.

Vaadin Designer will open in Google Chrome.

.Gradle based projects
[WARNING]
Gradle based projects (see <<{articles}/guide/start/gradle#, Starting a Project with Gradle>> for more information) need to be started at least once before using Designer, so that the frontend dependencies (in the `node_modules` folder) are ready for Designer.

[#getting-familiar-with-the-ui]
== Getting familiar with the UI

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Before you can start developing your Java app web app with Designer, you need to

If you need to set up your Java development environment from scratch, follow the steps in the link:https://vaadin.com/learn/tutorials/modern-web-apps-with-spring-boot-and-vaadin/setting-up-a-java-development-environment[Building Modern Web Apps with Spring Boot and Vaadin - Setting up a Java development environment] tutorial.

If you already have a working Java development environment, including a JDK, Maven, Git, Node.js, and an IDE, you can skip this step and proceed to set up a Vaadin project. The tutorial uses IntelliJ IDEA, but everything demonstrated is also available in Eclipse.
If you already have a working Java development environment, including a JDK, Maven/Gradle, Git, Node.js, and an IDE, you can skip this step and proceed to set up a Vaadin project. The tutorial uses IntelliJ IDEA, but everything demonstrated is also available in Eclipse.

== Installing Google Chrome

Expand All @@ -31,6 +31,10 @@ Follow chapters 2-4 of the https://vaadin.com/learn/tutorials/modern-web-apps-wi

As an alternative, you can skip the steps above and download the end result of Chapter 5 directly: https://github.com/vaadin-learning-center/crm-tutorial/archive/03-database-and-backend.zip[download the project as a zip from GitHub].

.Gradle support
[NOTE]
Designer supports Gradle based projects the same ways as Maven based projects. See <<{articles}/guide/start/gradle#, Starting a Project with Gradle>>.

Select one of the following chapters to continue:

* <<installing-idea#,Setting up Vaadin Designer in Intellij IDEA>>
Expand Down

0 comments on commit d18c388

Please sign in to comment.