vtex-email-framework
v4.0.1
Published
Transactional emails development architecture
Downloads
37
Maintainers
Readme
VTEX Email Framework
Transactional emails development architecture
📦 Setup
npx create-vtex-email my-emails
🎮 Commands
| dev | build |
| ----------- | --- |
|vtex-email dev
| vtex-email build
|
⚔️ Features
- Sass
- Hot Reload
- Partial Files
- Inline CSS
- Dashboard
- Email Stylelint
- Responsive Boilerplate
🗺️ Guide
- Data and template file name must be the same
emails
│
└───json
│ │ order-confirmation.json
│ │ payment-approved.json
└───templates/custom
│ order-confirmation.hbs
│ payment-approved.hbs
└───partials
│ Header.hbs
│ Cart.hbs
- Partials import
<Header class="partial">{{> Header}}</Header>