I am trying to build a demo app with Vue.js. What I am getting is an odd error that Vue is not defined.
I needed to add the script below to index.html inside the HEAD tag.
But in your case, since you don't have index.html, just add it to your HEAD tag instead.
So it's like:
...