Simple way to build email templates in vue.
Important
Experimental and under heavy development. APIs are subject to change.
- 🧩 Build email templates with Vue components
- 🧪 Tested against popular email clients
- 🎨 Supports Tailwind CSS
- 🚚 First-class support for Nuxt 3
- ✨ Written in TypeScript
# Using npm
npm install @vue-email/render @vue-email/components
# Using yarn
yarn add @vue-email/render @vue-email/components
# Using pnpm
pnpm add @vue-email/render @vue-email/components
- Clone this repository
- Enable Corepack using
corepack enable
- Install dependencies using
pnpm install