vue-gwt icon indicating copy to clipboard operation
vue-gwt copied to clipboard

vue-next support

Open alexcase52 opened this issue 5 years ago • 2 comments

Hi, Vue 3 support. It is in Release candidate 11. Do you plan this? Any plans/schedules?

alexcase52 avatar Sep 16 '20 14:09 alexcase52

Hey!

I want to add it, but I basically don’t have the time and I’m starting a new job :(. So not sure when I’d be able to add it.

adrienbaron avatar Sep 16 '20 14:09 adrienbaron

Vue 3 has been released now. I will be looking at the amount of effort require to use Vue 3 soon for our projects.

Pasting in the gitter conversation here for reference with @adrienbaron :

"Hey @mdavis95 , it's definitely something I want to do  ! As usual I'm quite busy so not sure when I'll find the time, contribution in that direction are welcome 
One of the main feature from Vue 3 is the Composition API, it sounds cool, but I don't think it will fit very well Java as a language, so we first might want to support Vue 3 as a lib, without the composition API?
Other things that Vue 3 brings is tree shaking at the library level, not sure that's doable without something like the gradle/webpack setup
Easiest first step hopefully would be simply switching full build of Vue 2 with full build of Vue 3 in Vue GWT
If you guys want to experiment feel free to have fun with it"

mdavis95 avatar Nov 28 '20 23:11 mdavis95