New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

laravel-elixir-vueify

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laravel-elixir-vueify

Laravel Elixir Vueify Support

2.0.0
latest
Source
npm
Version published
Weekly downloads
102
-16.39%
Maintainers
1
Weekly downloads
 
Created
Source

Usage

Step 1: Install

If you're using Laravel Elixir 5 or below:

npm install laravel-elixir-vueify@1.0.6

Otherwise, for Laravel Elixir 6 installs and up:

npm install laravel-elixir-vueify

Step 2: Require

Within your main Gulpfile, add:

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

require('laravel-elixir-vueify');

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.

Keywords

laravel

FAQs

Package last updated on 12 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts