Re: A simple Wicket component to render a Vue app

2024-01-20 Thread Andrea Del Bene
Thank you Kent! On Sat, 20 Jan 2024, 12:31 Ernesto Reinaldo Barreiro, wrote: > Thanks for sharing! > > On Sat, Jan 20, 2024 at 12:49 AM Kent Tong wrote: > > > Hi, > > > > I have written a simple Wicket component that allows you to easily > render a > > Vue 3 app in Java. This component is imple

Re: A simple Wicket component to render a Vue app

2024-01-20 Thread Ernesto Reinaldo Barreiro
Thanks for sharing! On Sat, Jan 20, 2024 at 12:49 AM Kent Tong wrote: > Hi, > > I have written a simple Wicket component that allows you to easily render a > Vue 3 app in Java. This component is implemented in about just 130 lines of > code (including Java, HTML and js), so there is no risk in u

A simple Wicket component to render a Vue app

2024-01-19 Thread Kent Tong
Hi, I have written a simple Wicket component that allows you to easily render a Vue 3 app in Java. This component is implemented in about just 130 lines of code (including Java, HTML and js), so there is no risk in using it. How to use Supp