1.1.7 • Published 8 years ago

laravel-mix-riot v1.1.7

Weekly downloads
12
License
MIT
Repository
github
Last release
8 years ago

laravel-mix-riot

Laravel Mix Plugin for RiotJS.

Usage

Install this package into your project:

npm install laravel-mix-riot --save-dev

Head over to your webpack.mix.js and register it on the Laravel Mix API:

let mix = require('laravel-mix');
mix.riot = require('laravel-mix-riot');

mix.riot('src/app.js', 'public/js');
1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago