I'm new with vue and I've the next error. I build a little project with the next template https://github.com/vuejs-templates/webpack with default configuration.
I've added vue-router and it works fine when I'm in develop mode, but when I build production mode and use, it show a blank page.
If I remove history mode of configuration, it works. Any suggestion?
Thanks.