Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaadin/archetypes
Archetypes for Vaadin platform
https://github.com/vaadin/archetypes
archetype java maven maven-archetype web-application webapp
Last synced: about 3 hours ago
JSON representation
Archetypes for Vaadin platform
- Host: GitHub
- URL: https://github.com/vaadin/archetypes
- Owner: vaadin
- Created: 2016-09-30T18:49:40.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T13:06:20.000Z (5 months ago)
- Last Synced: 2024-06-19T20:23:56.405Z (5 months ago)
- Topics: archetype, java, maven, maven-archetype, web-application, webapp
- Language: Java
- Homepage: https://vaadin.com
- Size: 1.04 MB
- Stars: 4
- Watchers: 15
- Forks: 7
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Vaadin Archetypes
Root project for Vaadin archetypes
### Building
Run the following command providing the version of vaadin to use in order to build and install the archetype in your local maven repository:
```
mvn clean install "-Dvaadin.version=20.0.3"
```### Using the archetype
Go to the folder you want to create your new project and run:
```
mvn archetype:generate -DarchetypeCatalog=local
```Answer the questions to configure your application, and finally go to the new application folder and run `mvn` to start the application.