Skip to content

maximepvrt/vue-email

 
 

Repository files navigation

vue-email

💌 vue-email

Simple way to build email templates in vue.

Important

Experimental and under heavy development. APIs are subject to change.

Features

  • 🧩 Build email templates with Vue components
  • 🧪 Tested against popular email clients
  • 🎨 Supports Tailwind CSS
  • 🚚 First-class support for Nuxt 3
  • ✨ Written in TypeScript

Installation

# 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

💻 Development

  1. Clone this repository
  2. Enable Corepack using corepack enable
  3. Install dependencies using pnpm install

License

MIT License © 2023-PRESENT Vue Email

About

💌 Write email templates with vue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.3%
  • Vue 2.7%