Noticed a factual error: You say that Vue.js "demand[s] the latest javascript spec for development and all its advantages." -- this is not true, all vue.js demands is ES5.1 (IE9+). It can take advantage of ES6 and modern tooling, but it doesn't require or demand it (you can just plop a script tag onto a page and be off to the races without any kind of compilation).