# laravel-elixir-vue-2 **Repository Path**: mirrors_vuejs/laravel-elixir-vue-2 ## Basic Information - **Project Name**: laravel-elixir-vue-2 - **Description**: Laravel Elixir Vue 2.0 support plugin - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # laravel-elixir-vue-2 > Laravel Elixir 6 support for Vue 2.0 This package provides Webpack support for compiling Vue 2.0 `.vue` files in your Laravel Elixir 6 projects. Please note that, if using Laravel Elixir 5 or below, you don't want this package. Usage is identical to [laravel-elixir-vue](https://github.com/JeffreyWay/laravel-elixir-vue): ## Step 1: Install ``` npm install laravel-elixir-vue-2 --save-dev ``` ## Step 2: Gulpfile.js ``` js var elixir = require('laravel-elixir') require('laravel-elixir-vue-2') elixir(function(mix) { mix.webpack('app.js'); // resources/assets/js/app.js }) ``` ## Extending/Modifying the Default Config From Elixir's docs: > If you'd like to leverage more of Webpack's functionality, Elixir will read any webpack.config.js file that is in your project root and factor its configuration into the build process. For example, to make Vue use `sass-loader` for `