An open API service indexing awesome lists of open source software.

https://github.com/kevcodez/vuejs-server-renderer-mjml

Example on how to combine VueJS (Server Renderer) with mjml to create responsive emails
https://github.com/kevcodez/vuejs-server-renderer-mjml

Last synced: 5 months ago
JSON representation

Example on how to combine VueJS (Server Renderer) with mjml to create responsive emails

Awesome Lists containing this project

README

          

Full example source code for the blog post

https://kevcodez.de/posts/2019-10-12-responsive-emails-vuejs-mjml/

----

```sh
yarn
node render.js
```

```html










#outlook a { padding:0; }
body { margin:0;padding:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%; }
table, td { border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt; }
img { border:0;height:auto;line-height:100%; outline:none;text-decoration:none;-ms-interpolation-mode:bicubic; }
p { display:block;margin:13px 0; }



@media only screen and (min-width:480px) {
.mj-column-per-100 { width:100% !important; max-width: 100%; }
}







Hello kevcodez








```