Originally published at: Configuring Vue Router for a Single Page App - Server Side Up
Single page apps are possible on the web due to the HTML5 history API: History – Web APIs | MDN What the history API does is allow the developer to adjust the history of the web browser without changing pages and can still have permanent URLs for deep linking. Why would developers want this? It…