mjml
MJML: the only framework that makes responsive email easy
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- build-documentation.yml
- mjml-workflow.yml
- npm-publish.yml
- basic.md
- body_components.md
- community-components.md
- community-contributions.md
- components_1.md
- components_2.md
- config.json
- create.md
- ending-tags.md
- getting_started.md
- guide.md
- head_components.md
- install.md
- mjml-bar-chart.md
- mjml-chart.md
- mjml-chartjs.md
- mjml-mso-button.md
- mjml-qr-code.md
- ports.md
- tooling.md
- using_mjml_in_json.md
- mjml
- index.js
- accordion-fontFamily.test.js
- accordion-padding.test.js
- accordionTitle-fontWeight.test.js
- beautify-output.test.js
- border-radius-string.test.js
- carousel-hoverSupported.test.js
- column-border-radius.test.js
- hero-padding-inner-width.test.js
- html-attributes.test.js
- html-comments.test.js
- htmlmin-ignore.test.js
- ignore-includes-cli.test.js
- ignore-includes.test.js
- include-path-cli.test.js
- include-path-security.test.js
- include-path-traversal.test.js
- include-path.test.js
- lazy-head-style.test.js
- navbar-ico-padding.test.js
- section-gutter.test.js
- social-align.test.js
- social-border.test.js
- social-icon-height.test.js
- table-cellspacing.test.js
- tableWidth.test.js
- template-syntax-sanitization.test.js
- utils.js
- watch-cli.test.js
- wrapper-border-radius.test.js
- wrapper-gap.test.js
- package.json
- README.md
- Accordion.js
- AccordionElement.js
- AccordionText.js
- AccordionTitle.js
- index.js
- package.json
- README.md
- preview.js
- index.js
- package.json
- README.md
- empty.js
- fs.js
- htmlnano.js
- minify.js
- mjmlconfig.js
- skeleton-loader.js
- package.json
- README.md
- smoke-browser-global.js
- webpack.config.js
- index.js
- package.json
- README.md
- Carousel.js
- CarouselImage.js
- index.js
- package.json
- README.md
- mjml
- outputToConsole.js
- outputToFile.js
- readFile.js
- readStream.js
- watchFiles.js
- defaultOptions.js
- fileContext.js
- client.js
- package.json
- README.md
- index.js
- package.json
- README.md
- conditionalTag.js
- fonts.js
- formatAttributes.js
- formatHtml.js
- genRandomHexString.js
- jsonToXML.js
- makeLowerBreakpoint.js
- mediaQueries.js
- mergeOutlookConditionnals.js
- minifyOutlookConditionnals.js
- mjmlconfig.js
- shorthandParser.js
- skeleton.js
- styles.js
- suffixCssClasses.js
- widthParser.js
- skeleton-loader.js
- colors.js
- boolean.js
- color.js
- enum.js
- index.js
- integer.js
- string.js
- type.js
- unit.js
- components.js
- createComponent.js
- index.js
- .eslintrc
- jsonToXml.test.js
- mergeOutlookConditionnals.test.js
- minifyOutlookConditionnals.test.js
- shorthandParser.test.js
- skeleton.test.js
- widthParser.test.js
- package.json
- README.md
- index.js
- package.json
- README.md
- index.js
- package.json
- README.md
- index.js
- package.json
- index.js
- package.json
- README.md
- index.js
- package.json
- README.md
- index.js
- package.json
- README.md
- index.js
- package.json
- README.md
- index.js
- package.json
- README.md
- index.js
- package.json
- README.md
- index.js
- package.json
- README.md
- index.js
- package.json
- README.md
- index.js
- package.json
- README.md
- index.js
- Navbar.js
- NavbarLink.js
- package.json
- README.md
- cleanNode.js
- convertBooleansOnAttrs.js
- setEmptyAttributes.js
- index.js
- incl.mjml
- parser.test.js
- preprocessors.test.js
- test-utils.js
- test-values.js
- package.json
- dependencies.js
- index.js
- package.json
- README.md
- index.js
- package.json
- README.md
- index.js
- package.json
- README.md
- index.js
- Social.js
- SocialElement.js
- package.json
- README.md
- index.js
- package.json
- README.md
- index.js
- package.json
- README.md
- index.js
- package.json
- README.md
- errorAttr.js
- ruleError.js
- validAttributes.js
- validChildren.js
- validTag.js
- validTypes.js
- dependencies.js
- index.js
- MJMLRulesCollection.js
- package.json
- README.md
- index.js
- package.json
- README.md
- smoke-cli-pack.sh
- .editorconfig
- .eslintignore
- .eslintrc
- .gitignore
- .prettierignore
- .prettierrc
- babel.config.js
- CONTRIBUTING.md
- lerna.json
- LICENSE.md
- package.json
- readme-ja.md
- README.md
- test.js
- type.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/mjmlio/mjml
Downloads the entire project code from GitHub to your computer.
cd mjml
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install mjml
Downloads and installs the libraries listed in package.json.
yarn
Downloads and installs the libraries listed in package.json.
yarn build
Builds optimized production files.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
