项目作者: donaldevine

项目描述 :
Vaadin CRUD
高级语言: Java
项目地址: git://github.com/donaldevine/webapp.git
创建时间: 2019-11-22T22:58:02Z
项目社区:https://github.com/donaldevine/webapp

开源协议:The Unlicense

下载


Gitter

Skeleton Starter for Vaadin

This project can be used as a starting point to create your own Vaadin application.
It has the necessary dependencies and files to help you get started.

The best way to use it is via vaadin.com/start - you can get only the necessary parts and choose the package naming you want to use.
There is also a getting started tutorial based on this project.

To access it directly from github, clone the repository and import the project to the IDE of your choice as a Maven project. You need to have Java 8 or 11 installed.

Run using mvn jetty:run and open http://localhost:8080 in the browser.

If you want to run your app locally in the production mode, run mvn jetty:run -Pproduction.

For a full Vaadin application example, there are more choices available also from vaadin.com/start page.