F
Filament8mo ago
F alko

Vue.js / custom tooling in Filament

I'm looking into porting a custom application with some Laravel Nova to Filament, but we have a few custom tools build in Vue.js. Can we and should we implement these into the Filament application or should we try to avoid it and go for alpine? Rebuilding is gonna be costly, and we have a lot of experienced Vue developers. Our knowledge of alpine and Livewire is lacking, but we'll probably manage. If yes, how are we gonna achieve this? Is there an easy way to append our app.js to the custom Filament pages?
1 Reply
Dennis Koch
Dennis Koch8mo ago
Not sure how good LW3 and Vue work together. For v2 there was a compatibility plugin. I solved this temporarily by using an iframe. Not an ideal solution if you plan to stick with it though.