DEV Community

Rehan Hassan
Rehan Hassan

Posted on

Run Vue App inside PHP

Hi there!

I have created a very simple two pages SPA using VUE & Vite. One page is Listview containing list items and the other page is a DetilView to show the details of the selected item.

I want to achieve both SSR + SPA behavior using (PHP + VUE). I cannot use other SSR frameworks at the moment. How can I combine both (PHP & VUE) so that I get SEO benefits from PHP & SPA functionality from VUE.

THANKS!!!

Oldest comments (0)