Maybe switch default mode for routing from hash to history it seems that 91% of browsers support it according to caniuse.com (http://caniuse.com/#feat=history). Or there are another points to make hash mode the default mode for router?
history mode needs the server support, not necessary I think.
While Vue is multiplatform starting from version 2, the primary platform still is browser. So it necessary to switch to more appropriated mode for browsers, while other can switch back to hash mode if they need it
Default settings should work everywhere. History mode requires properly configured server.
Ok. Just trying to help ;)
Most helpful comment
Default settings should work everywhere. History mode requires properly configured server.