getting started
Nuxt Devtools
Inspect your email templates and send test emails from your app directly.
⚒️ Nuxt Devtools is an extension of our playground that allows you to inspect your email templates and send test emails from your app directly.
Features:
- 📧 Send test emails from your app
- 📱 Preview your emails on Desktop and Mobile
- 🖥️ Inspect your email templates
- 📝 View your email source code and rendered HTML/Plain Text
Missing a feature? Open an issue on Github.
Settings:
- Preview Mode: Choose between showing the rendered HTML or the source code of your email.
- Horizontal/Vertical Split: Choose between a horizontal or vertical split of the preview and the source code.
- Editor Language: Choose between eirther showing all source codes or only one of them.
- Email: Provide an email address to send test emails to.
Preqrequisites
- Nuxt Devtools installed in your app (see installation guide)
After installing the module, you should see a new tab in your Nuxt Devtools called Vue Email, will have the same logo as the one in the top of this page.
Information
- Pull Request: #54