Vue.js Remove hashtag from URLs

Vue.js remove hashtag URL's in the router and switch to URI based URL's.

const router = new VueRouter({
  mode: 'history'
})