Skip to content

This is a very thin wrapper for Laravel Elixir and the Browserify Vueify plugin.

Notifications You must be signed in to change notification settings

alsterholm/laravel-elixir-vueify-2.0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Note: Jeffrey Way is the original author of this package (found here). All credit goes to him. I just forked it and bumped the vueify version to work with Vue 2.0 (currently in beta).

Usage

Step 1: Install

npm install laravel-elixir-vueify-2.0

Step 2: Require

Within your main Gulpfile, add:

var elixir = require('laravel-elixir');

require('laravel-elixir-vueify-2.0');

elixir(function(mix) {
    mix.browserify('main.js');
});

Notice above, where we require laravel-elixir-vueify. That's all you need. Behind the scenes, all of the necessary dependencies have been installed, and Vueify has been inserted into Laravel Elixir's Browserify transformers list.

Step 3. Build Amazing Things

You're done. :)

Having trouble? Here's a starter example site that uses Laravel Elixir, Browserify, and Vueify.

About

This is a very thin wrapper for Laravel Elixir and the Browserify Vueify plugin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%