I implement Vue.js and the Vue Router.
By default, URLs will have #/
added to them. However, I need certain pages to be served as PHP while others are rendered by the Vue Router.
For Instance
I would like the following scenarios to be functional:
example.com
example.com/#/some/query/
example.com/about
example.com/about#/some/query/
Is this achievable?