How can I transform a Vaadin Design into a Naive HTML design, it is Possibl

Hi, Im newbe in this and that is what I need to know, can I transform a design made with Java or a Design made with the Designer into a HTML Design? And how can I do this?

If this is the wrong field please feel free to move this to the correct topic, and if this topic was solved already please share with me the link.

Thanks in advance for your help.

Vaadin uses GWT widgets to display the UI described in Java or with Designer. The way the component looks in the browser’s DOM tree really depends on the way the widgets decide to display the data.

The only easy way I know of is to open the application in the browser.

What would you like to achieve for which you would need the HTML?