VueGWT / vue-gwt

Vue.js Components/Custom Elements in Java with GWT. Developed at https://www.genmymodel.com.
https://vuegwt.github.io/vue-gwt/
MIT License
204 stars 46 forks source link

Splitting the project in Maven modules #8

Closed Xaelis closed 6 years ago

Xaelis commented 7 years ago

To improve the future compatibility with GWT 3, Vue GWT should be split in Maven modules. This has been proposed by Colin Alworth on gitter. The idea would be to extract some features in modules:

Users of the library would then depend on Vue GWT (that would depend on the API module). They would also depend on the processors module with optional=true to avoid including these classes in their final build.