No you should just be able to convert it. So if it isnt working, you need to tell us how it isnt working if we are to help you
Oct 21, 2022
10
Level 50
How to convert a Vue inertia app to Vue inertia SSR app?
Hi
A SPA website was developed with Laravel + inertia vue. It is working fine and in production. The version is as follows
"@inertiajs/inertia": "^0.9.2",
"@inertiajs/inertia-vue": "^0.6.2",
"@inertiajs/progress": "^0.2.5",
"vue": "^2.6.11",
"vue-meta": "^2.4.0",
"vuex": "^3.6.2"
"laravel-mix": "^5.0.1",
The website is not SEO-friendly. Hence, I wanted to change this website to SSR. Here is the link I followed to change it https://inertiajs.com/server-side-rendering. However, after installing new packages and setting up the website, it does not work anymore. I don't know whether what I'm doing is right or wrong.
Is it possible to convert an existing website to SSR or should a new project be created?
Thank you
Please or to participate in this conversation.