The current project is a Single page application developed in Vue. As of now, the content is pretty much static
but some data is available via REST APIs
.
Now the ask that came up is to maintain the uniformity in terms of design, utilize the Header
& Footer
menu ( along with HTML & CSS structure) as-is in SPA from Drupal which serves static pages of the other app. There is no correlation between these two web apps.
I have read articles on headless CMS on how they serve the content to the frontend, but since this is a SPA and not Server-side driven
, keen to know how to make this happen.
Of course, exposing via REST is an option but it will not be a great UX.
Kindly let me know your views on how to approach this better or what are various options that can be thought of.
Robin