Vue Email
You can integrate Novu Framework with Vue Email in a few simple steps. This guide will walk you through the process of creating a new email template using Vue Email and Nuxt.
For a Quickstart Boilerplate project using Nuxt.js, and Vue Email, check out the Vue Email Starter repository
Quickstart
Install Vue.Email components
Install the required Vue.Email components.
Create templates folder
Create a templates
folder in the root of your Nuxt app
Update nuxt.config.ts File
Update your nuxt.config.ts
file to include the Vue Email module.
Write your email
Create a new sample-email.vue
file in the templates
folder for your email template.
Write your workflow
Define your Workflow using the above template
Learn More
To learn more, refer to Vue Email documentation.
Was this page helpful?