[Vuejs]-How to compile .vue files inside Webpack Laravel

3👍

@drake24 In some environments (like mine), you must use:

npm run watch-poll

That should do the work, without adding .vue files to webpack.mix.js.

Leave a comment