Skip to content

A boilerplate to quickly get started when creating your own component

License

Notifications You must be signed in to change notification settings

arthurkatz/mjml-component-boilerplate

 
 

Repository files navigation

mjml-component-boilerplate

A boilerplate to quickly get started when creating your own component.

  • Clone the repo
  • npm install inside
  • Add your component inside components folder
  • Add your component route to .mjmlconfig (make sure to link the one in the /lib folder)
  • Use your own component in index.mjml (or uncomment the mj-column-image-text if you want to test the one already created)
  • npm run build to build, or npm start if you want to watch recompile on each file change
  • Result will be in index.html

About

A boilerplate to quickly get started when creating your own component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%