Skip to main content
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

1

Install Vue.Email components

Install the required Vue.Email components.
2

Create templates folder

Create a templates folder in the root of your Nuxt app
3

Update nuxt.config.ts File

Update your nuxt.config.ts file to include the Vue Email module.
nuxt.config.ts
4

Write your email

Create a new sample-email.vue file in the templates folder for your email template.
5

Write your workflow

Define your Workflow using the above template

Learn More

To learn more, refer to Vue Email documentation.