Skip to content

Instantly share code, notes, and snippets.

@jhoopes
jhoopes / vuifywithspark.md
Last active May 8, 2018 15:43
Using vuify with spark

Setup

To use vuify with spark, you basically need to set it up in the same fashion as you would for any other laravel with vue project

First, you'll need to install jeffery way's laravel-elixir-vuify node package so that browserify will be able to handle the .vue files

Run: npm install laravel-elixir-vuify --save