kzima / vuestrap-base-components

Web components that extend Bootstrap 4 - http://kzima.github.io/vuestrap-base-components/#/accordion
MIT License
253 stars 42 forks source link

Got Uncaught SyntaxError: Unexpected token import #20

Closed mehrancodes closed 8 years ago

mehrancodes commented 8 years ago

Hey @kzima. After import it in my main.js and running GULP it has no problem. but when I open the browser, it gives me that error. I even installed babel-loader but it still doesn't wrok!

kzima commented 8 years ago

you should use webpack with babel, here is a sample setup: https://github.com/kzima/vuestrap-starter/blob/master/webpack.config.js