Skip to content

Instantly share code, notes, and snippets.

@foxted
Created November 4, 2015 06:26
Show Gist options
  • Select an option

  • Save foxted/d3403d0c2f34bc7d0c2c to your computer and use it in GitHub Desktop.

Select an option

Save foxted/d3403d0c2f34bc7d0c2c to your computer and use it in GitHub Desktop.
Vueify
elixir.config.js.browserify.transformers.push({
name: 'vueify'
});
elixir(function(mix) {
mix.browserify('main.js');
});
elixir.Task.find("browserify").watch("resources/**/*.vue");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment