Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

GM's avatar
Level 8

Integrating VUE components into Spark

Is there a how-to anywhere on integrating VUE components with spark. There seems to be a reasonable amount of documentation on integrating VUE components with laravel (eg https://mattstauffer.co/blog/using-vue-in-laravel-5-3-with-the-vue-bootstrap-and-sample-component), but Spark.... no so much...

0 likes
1 reply
bjones2015's avatar

Make your js (if using blade for the template like Taylor does) or .vue files if you want them all together (home.vue is a starter example)

then in resources/assets/js/components you'd require it in

Please or to participate in this conversation.