Nothing here yet.
Nothing here yet.
No blogs yet.
Thanks for writing this. I relate so much with this. I had been wanting a walkthrough like this to be laid out rather than just the excited hype and fanfare. You nailed it; now I can start my 'non-migration' across the board, incrementally. Great work here.
Unfortunately, this elegant solution is for a different problem. The server has a number needed in the client application, which needs to be taken into the Vue application at pageload, as server rendered. I have this scenario, which brought me here, though my backend server is nginx for static files, and nest.js for the API. So I don't have the option the original poster has with PHP. My scenario engages your solution indirectly, via: https://router.vuejs.org/guide/essentials/passing-props.html https://router.vuejs.org/guide/essentials/dynamic-matching.html