I've build a simple app using Vue.js and their vue-cli webpack.
I've used vue-router to control navigation around the site with the different views. This works fine when running locally.
I'm now wanting to deploy this onto Heroku, however the urls are no longer working. I've tried implementing middlewares, but have hit a brick wall!
I'm looking for something that might lead me along the right lines to configure node.js/express to run the app correctly.
Many thanks,
James