I am getting a super unhelpful message 'Cannot GET /' printed to my browser when I run my node dev server through webpack. I am building a Vuejs application with the following:
- VueJs structured in a way that was dicated by this Vue Template with my node scripts being identical to the default commands
- Webpack config based on Vue Loader
- Routes handled through Vue Router
I know this is not a great deal to go off but an idea of what is firing this error (Node? Webpack? Vue Router?) it would point me in the right direction and be greatly appreciated.