2.0.0 • Published 7 years ago

laravel-elixir-mjml v2.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

laravel-elixir-mjml

Elixir Wrapper for MJML

What is MJML?

(via https://mjml.io/)

MJML is a markup language designed to reduce the pain of coding a responsive email. Its semantic syntax makes it easy and straightforward and its rich standard components library speeds up your development time and lightens your email codebase. MJML's open-source engine generates high quality responsive HTML compliant with best practices.

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

require('laravel-elixir-mjml');

elixir(function(mix) {
    mix.mjml('awesome-template.mjml', 'awesome-template.html');
});

This will get your mjml templates from resources/assets/mjml in this case awesome-template.mjml and saves the compiled version to public/html/awesome-template.html.

2.0.0

7 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago