Re: [Koha-devel] Using Vue.js in Koha plugins

2023-03-23 Thread David Cook
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

Re: [Koha-devel] Using Vue.js in Koha plugins

2023-03-23 Thread Paul Derscheid
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

Re: [Koha-devel] Using Vue.js in Koha plugins

2023-03-22 Thread David Cook
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

Re: [Koha-devel] Using Vue.js in Koha plugins

2023-03-22 Thread Paul Derscheid
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

Re: [Koha-devel] Using Vue.js in Koha plugins

2023-03-22 Thread Jonathan Druart
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