laravel-elixir-vueify icon indicating copy to clipboard operation
laravel-elixir-vueify copied to clipboard

This is a very thin wrapper for Laravel Elixir and the Browserify Vueify plugin.

Results 11 laravel-elixir-vueify issues
Sort by recently updated
recently updated
newest added

Just like title, the vurify is not support the ES6 syntax which is Object ...spread. Is there any support method?

Hi I have created a quite simple in vue JS, everything works fine but when I use minify the js file, my tbody is inside the last th tag. Same...

``` Elixir.config.js.browserify.transformers.push({ ^ ``` TypeError: Cannot read property 'transformers' of undefined at Elixir.ready (/Users/lasserafn/dev-projects/Conderoo2/node_modules/laravel-elixir-vueify/index.js:4:32) at /Users/lasserafn/dev-projects/Conderoo2/node_modules/laravel-elixir/dist/index.js:29:16 at Array.forEach (native) at global.Elixir (/Users/lasserafn/dev-projects/Conderoo2/node_modules/laravel-elixir/dist/index.js:28:24) at Object. (/Users/lasserafn/dev-projects/Conderoo2/gulpfile.js:17:1) at Module._compile (module.js:556:32) at Object.Module._extensions..js...

Using version 1.04 (same issue on 1.03), I'm running into this problem. See below. It started out of the blue -- I never had seen the issue before. No files...

Hello, Im trying to use [Npgrogress](https://github.com/rstacruz/nprogress) with [vue-jwt-auth](https://github.com/websanova/vue-jwt-auth/) but im getting that error. Read [here](https://github.com/websanova/vue-jwt-auth/issues/17). package.json ``` "devDependencies": { "babel-preset-es2015": "*", "bootstrap-sass": "*", "gulp": "*", "jquery": "*", "laravel-elixir": "^6.0.0-10", "laravel-elixir-browserify-official":...

Are there compatible ways to integrate packages as such? https://www.npmjs.com/package/babel-root-import

I upgraded laravel elixir to verion 5 and watch doesnt process vue files on change. It does trigger a change but once done and it refreshes browser none of the...

Looks like babel-runtime is still using 5.8.34 in version `1.0.3` in the npm repository. This fails to install by just running `npm install laravel-elixir-vueify` since it requires babel-runtime ^6.0.0 See...