All Projects → MQuy → Phoenix_mjml

MQuy / Phoenix_mjml

Licence: mit
Phoenix Template Engine for Mjml

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to Phoenix mjml

elixir
Companion Repo for the course: Elixir & Phoenix for Beginners
Stars: ✭ 40 (+14.29%)
Mutual labels:  phoenix-framework
Phauxth
Authentication library for Phoenix, and other Plug-based, web applications
Stars: ✭ 418 (+1094.29%)
Mutual labels:  phoenix-framework
Phoenix Battleship
The Good Old game, built with Elixir, Phoenix, React and Redux
Stars: ✭ 503 (+1337.14%)
Mutual labels:  phoenix-framework
phoenix bakery
Better compression for your Phoenix assets
Stars: ✭ 25 (-28.57%)
Mutual labels:  phoenix-framework
Cercle
Cercle is a CRM+Project Manager for your organization - Phoenix Framework & Vuejs
Stars: ✭ 284 (+711.43%)
Mutual labels:  phoenix-framework
Canary
🐣 Elixir authorization and resource-loading library for Plug applications.
Stars: ✭ 450 (+1185.71%)
Mutual labels:  phoenix-framework
pryin
PryIn is an Application Performance Monitoring platform for your Elixir/Phoenix application.
Stars: ✭ 25 (-28.57%)
Mutual labels:  phoenix-framework
Phoenix routes js
Phoenix routes helpers in JavaScript code.
Stars: ✭ 17 (-51.43%)
Mutual labels:  phoenix-framework
Hammer
An Elixir rate-limiter with pluggable backends
Stars: ✭ 366 (+945.71%)
Mutual labels:  phoenix-framework
Awesome Phoenix
🔥 Collection of awesome open-source apps made with Phoenix Framework
Stars: ✭ 481 (+1274.29%)
Mutual labels:  phoenix-framework
WhatChat
A web chat application clone of Whatsapp web using Elixir / Phoenix, VueJs and PostgreSQL.
Stars: ✭ 32 (-8.57%)
Mutual labels:  phoenix-framework
Papercups
Open-source live customer chat
Stars: ✭ 4,554 (+12911.43%)
Mutual labels:  phoenix-framework
Matestack Ui Core
Matestack enables you to create sophisticated, reactive UIs in pure Ruby, without touching JavaScript and HTML. You end up writing 50% less code while increasing productivity, maintainability and developer happiness.
Stars: ✭ 469 (+1240%)
Mutual labels:  phoenix-framework
game of life-elixir
An implementation of Conway's Game of Life in Elixir
Stars: ✭ 22 (-37.14%)
Mutual labels:  phoenix-framework
Fun with flags
Feature Flags/Toggles for Elixir
Stars: ✭ 554 (+1482.86%)
Mutual labels:  phoenix-framework
curious messenger
Companion repository for Phoenix LiveView Messenger app by Curiosum.dev. Part 1: https://curiosum.dev/blog/elixir-phoenix-liveview-messenger-part-1?utm_source=github&utm_medium=social, Part 2: https://curiosum.dev/blog/elixir-phoenix-liveview-messenger-part-2?utm_source=github&utm_medium=social, Part 3: https://curiosum.dev/blog/elixir-phoenix-l…
Stars: ✭ 30 (-14.29%)
Mutual labels:  phoenix-framework
React Phoenix
Make rendering React.js components in Phoenix easy
Stars: ✭ 426 (+1117.14%)
Mutual labels:  phoenix-framework
Guardian auth
The Guardian Authentication Implementation Using Ecto/Postgresql Elixir Phoenix [ User Authentication ]
Stars: ✭ 15 (-57.14%)
Mutual labels:  phoenix-framework
Elixir Phoenix Realworld Example App
Exemplary real world application built with Elixir + Phoenix
Stars: ✭ 764 (+2082.86%)
Mutual labels:  phoenix-framework
Remote retro
Free, world-class retrospectives
Stars: ✭ 474 (+1254.29%)
Mutual labels:  phoenix-framework

Phoenix Template Engine for Mjml

License License

Powered by Mjml

Usage

  1. Add {:phoenix_mjml, "~> 0.2.1"} to your deps in mix.exs. If you generated your app from the Phoenix master branch, add phoenix_mjml's master branch to your deps instead. {:phoenix_mjml, github: "chrismccord/phoenix_mjml"}
  2. Add the following to your Phoenix config/config.exs
 config :phoenix, :template_engines,
   mjml: PhoenixMjml.Engine
  1. Use the .html.mjml extensions for your templates.

Optional

Add mjml extension to Phoenix live reload in config/dev.exs

  config :hello_phoenix, HelloPhoenix.Endpoint,
    live_reload: [
      patterns: [
        ~r{priv/static/.*(js|css|png|jpeg|jpg|gif|svg)$},
        ~r{web/views/.*(ex)$},
        ~r{web/templates/.*(eex|mjml)$}
      ]
    ]

License

MIT license. Please see LICENSE for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].