Ardhimas / grapesjs-mjml-broken-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grapesjs-mjml issue demo

This project outlines an issue where the grapesjs editor works in dev but not in prod.

Initialize

Install node_modules:

npm install

or

yarn

Scripts

Start project in dev

yarn start

Navigate to localhost:3003/builder if it doesn't do so automatically, and you'll see: image The builder is able to load and you are able to use it, there is a warning in the console for the mjml tag being unrecognized as a DOM element but it doesn't cause any issues.

Build and deploy prod build to local web server

yarn serve

This time, you'll see: image

More

You can view full documentation on this framework on the official website.

About


Languages

Language:JavaScript 88.7%Language:CSS 7.9%Language:HTML 3.3%