File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
var Elixir = require ( 'laravel-elixir' ) ;
2
2
3
- Elixir . config . js . browserify . transformers . push ( {
4
- name : 'vueify' ,
3
+ Elixir . ready ( ( ) => {
4
+ Elixir . config . js . browserify . transformers . push ( {
5
+ name : 'vueify' ,
5
6
6
- // https://github.com/vuejs/vueify#usage
7
- options : { }
7
+ // https://github.com/vuejs/vueify#usage
8
+ options : { }
9
+ } ) ;
8
10
} ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " laravel-elixir-vueify" ,
3
- "version" : " 1 .0.6 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"description" : " Laravel Elixir Vueify Support" ,
5
5
"main" : " index.js" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 2
2
3
3
## Step 1: Install
4
4
5
+ If you're using Laravel Elixir 5 or below:
6
+
7
+ ```
8
+ npm install laravel-elixir-vueify@1.0.6
9
+ ```
10
+
11
+ Otherwise, for Laravel Elixir 6 installs and up:
12
+
5
13
```
6
14
npm install laravel-elixir-vueify
7
15
```
You can’t perform that action at this time.
0 commit comments