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 app3
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