Development with Laravel Elixir and Vue.js

Laravel + Elixir + Vue + Hot Reloading

This post is about easier development. The "problem" it addresses is mainly, assuming you are developing an application in Laravel and Vue.js, reloading pages to see any changes you 've just made while you are modifying a component. That's where Webpack 2.0 and Vue.js 2.0 come in with hot-reloading enabled by default, to make things easier. But you also want this in Laravel Elixir.

So if that sounds nice, read how you can enable it in your project. By Jilson Thomas