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

laravel-elixir-vue

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laravel-elixir-vue

Laravel Elixir Vue Integration

0.1.8
latest
npm
Version published
Weekly downloads
53
-3.64%
Maintainers
1
Weekly downloads
 
Created
Source

Laravel Elixir Vue Integration

This package provides Webpack support for compiling .vue files in your Laravel Elixir 6 projects. Please note that, if using Laravel Elixir 5 or below, you don't want this package.

Step 1: Install

npm install laravel-elixir-vue --save-dev

Step 2: Gulpfile.js

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

require('laravel-elixir-vue');

elixir(function(mix) {
    mix.webpack('main.js'); // resources/assets/js/main.js
});

If you need help, here's a barebones starter example.

Keywords

laravel

FAQs

Package last updated on 23 Sep 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