I am trying to build a demo app with Vue.js. What I am getting is an odd error that Vue is not defined.
try to fix type="JavaScript" to type="text/javascript" in you vue.js srcipt tag, or just remove it. Modern browsers will take script tag as javascript as default.
type="JavaScript"
type="text/javascript"