Using Vue (^2.0.0-rc.6) + Browserify, entry point is index.js:
import Vue from \'vue\' import App from \'./containers/App.vue\' new Vue({ // es
With Brunch I resolved this by adding this rule in brunch-config.js:
brunch-config.js
npm: { aliases: { vue: "vue/dist/vue.js" } }
see http://brunch.io/docs/config#npm
It was to build a Vue component with an inner :
hello