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?
Was this page helpful?