Closed oedemis closed 4 years ago
Did you try to reload the "Jetty" web server from the Swing UI? Because it is HTML and not JavaScript... So we need to reload it from Jetty...
yes it is not working
I tested following:
In the mean time I asked the VueGWT discussion: https://gitter.im/VueGWT/vue-gwt
I'll inform you when I get the answer.
CounterComponent.html --> from this file you will need to generate the Java files. Afterwards the Java files should be transpiled to JavaScript files. For this purpose we need to activate the APT generator.
These are the generated files:
If you check the file CounterComponentExposedType you can see whether the code is regenerated or not.
So I think it's a matter of running Java APT generator to regenerate the Java classes.
In the meantime I got an answer:
Over there you can use VueGWT plugin for IntelliJ or Eclipse which could notice if you change your HTML files and regenerate the Java files.
That's it, hope it helps you...
Why can the changes not hot reload if i change the code in html template files ?