8000 GitHub - vue-email/vue-email: 💌 Write email templates with vue
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vue-email/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

0