Nothing here yet.
Nothing here yet.
No blogs yet.
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