How to remove hashbang #! from url?
#!
I found option to disable hashbang in vue router documentation ( http://vuejs.github.io/vue-router/en/options.html )
For vue.js 2 use the following:
const router = new VueRouter({ mode: 'history' })