To: David Cook
Cc: Jonathan Druart ; Koha Devel
Subject: Re: [Koha-devel] Using Vue.js in Koha plugins
Yeah, that was Joubu’s conclusion as well. Better do it now, while it’s still
manageable.
My suggestion is to build a shared component library with the generic stuff. I
believe many of
y, 23 March 2023 12:49 AM
> To: Jonathan Druart
> Cc: David Cook ; Koha Devel
>
> Subject: Re: [Koha-devel] Using Vue.js in Koha plugins
>
> Hi all,
>
> this can also be achieved with webpack (but let’s not do that).
>
> I suggest the change because webpack
Software Engineer
Prosentient Systems
Suite 7.03
6a Glen St
Milsons Point NSW 2061
Australia
Office: 02 9212 0899
Online: 02 8005 0595
From: Paul Derscheid
Sent: Thursday, 23 March 2023 12:49 AM
To: Jonathan Druart
Cc: David Cook ; Koha Devel
Subject: Re: [Koha-devel] Using Vue.js in
Hi all,
this can also be achieved with webpack (but let’s not do that).
I suggest the change because webpack isn’t actively developed anymore.
Don’t let the commits on the repo fool you. Since Vercel got Tobias Koppers,
all of the innovative work happens on turbopack.
Meanwhile vite has replac
Hi David,
I have not investigated how we could split and reuse Vue components
from Koha plugins.
But Paul Derscheid told me webpack is legacy and we should move to
Vite or Turbopack instead.
Cheers,
Jonathan
Le mar. 21 mars 2023 à 05:03, David Cook a écrit :
>
> Hey Jonathan,
>
>
>
> Do you thi