[Vuejs]-How to use brunch with Vue

0👍

Looks like you miss babel (or any other javascript “compiler”) to transpile your next generation javascript syntax into something your browser understands today. Especially the import syntax has not yet arrived in current browsers.

For brunch there is for example tomquirk/brunch-vue-barebones skeleton, which handles this for you.

Leave a comment