yappkahowe / scrumboard

A simple real-time scrum board built with Laravel 5.3 + Pusher.
MIT License
38 stars 11 forks source link

error on front-end code #2

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi, nice thing you build. But when I want to get to it, there seems to be a problem with loading the .VUE files in the project.

var __vue_script__, __vue_template__ var __vue_styles__ = {} __vue_script__ = require("!!babel?presets[]=es2015!../../../../node_modules/vue-loader/lib/selector.js?type=script&index=0!./Board.vue") if (Object.keys(__vue_script__).some(function (key) { return key !== "default" && key !== "__esModule" })) { console.warn("[vue-loader] resources\\assets\\js\\components\\Board.vue: named exports in *.vue files are ignored.")}

Tried a couple of things (not an expert in this area) and this solution came closest IMO but it doesnt work: https://github.com/vuejs/vue-loader/issues/417

I did change some things to the AUTH of the project, nothing that should trigger these errors.

Thanks,

yappkahowe commented 7 years ago

Hi, thank you for trying the project.

I was able to reproduce the error. Looks like it has something to do with the laravel-elixir-vue. I changed it to laravel-elixir-vue-2 in 577e819451fec1e3158a68bcfad57ca828117d71 . Now it is working again. Can you try it out?