您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

getting-started-archetypes.asciidoc 1018B

1234567891011121314151617181920212223242526272829
  1. ---
  2. title: Maven Archetypes
  3. order: 30
  4. layout: page
  5. ---
  6. [[getting-started.archetypes]]
  7. = Overview of Maven Archetypes
  8. Vaadin currently offers the following Maven archetypes for different kinds of projects:
  9. `vaadin-archetype-application`::
  10. This is a single-module project for simple applications.
  11. It is good for quick demos and trying out Vaadin Framework.
  12. It is also useful when you are experienced with the framework and want to build all the aspects of the application yourself.
  13. `vaadin-archetype-application-multimodule`::
  14. A complete Vaadin Framework application development setup.
  15. It features separate production and development profiles.
  16. `vaadin-archetype-application-example`::
  17. An example CRUD web application using multi-module project setup.
  18. `vaadin-archetype-widget`::
  19. A multi-module project for a new Vaadin Framework add-on.
  20. It has two modules: one for the add-on and another for a demo application.
  21. `vaadin-archetype-liferay-portlet`::
  22. A portlet development setup for the open-source Liferay portal.