You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

getting-started-overview.asciidoc 819B

123456789101112131415161718192021
  1. ---
  2. title: Overview
  3. order: 1
  4. layout: page
  5. ---
  6. [[getting-started.overview]]
  7. = Overview
  8. Once you have installed a development environment, as described in the previous chapter, creating a Vaadin Framework project proceeds in the IDE that you have chosen.
  9. The Vaadin Framework core library and all Vaadin add-ons are available through Maven, a commonly used build and dependency management system.
  10. The recommended way to create a Vaadin application project is to use a Maven archetype.
  11. The archetypes contain all the needed dependencies, which Maven takes care of.
  12. In this chapter, we:
  13. * Give an overview of the Vaadin Framework libraries
  14. * List the available Maven archetypes
  15. * Give step-by-step instructions for creating a project in the Eclipse IDE, NetBeans IDE, and IntelliJ IDEA, as well as with command-line.