https://github.com/vue-email/vue-email
💌 Write email templates with vue
https://github.com/vue-email/vue-email
components email email-template ssr vue
Last synced: 6 months ago
JSON representation
💌 Write email templates with vue
- Host: GitHub
- URL: https://github.com/vue-email/vue-email
- Owner: vue-email
- License: mit
- Created: 2023-02-05T21:14:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T19:38:00.000Z (11 months ago)
- Last Synced: 2025-04-01T13:11:53.606Z (6 months ago)
- Topics: components, email, email-template, ssr, vue
- Language: TypeScript
- Homepage: https://vuemail.net
- Size: 26.6 MB
- Stars: 988
- Watchers: 4
- Forks: 35
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://vuemail.net)
# 💌 vue-email
Simple way to build email templates in vue.
- [✨  Release Notes](https://github.com/vue-email/vue-email/releases)
- [📖  Read the documentation](https://vuemail.net)
- [💚  Nuxt/Nitro](https://vuemail.net/getting-started/nuxt-nitro)> [!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](https://vuemail.net/components/tailwind)
- 🚚 First-class support for Nuxt 3
- ✨ Written in TypeScript## Installation
```bash
# 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](https://github.com/nodejs/corepack) using `corepack enable`
3. Install dependencies using `pnpm install`## License
[MIT](./LICENSE) License © 2023-PRESENT [Vue Email](https://vuemail.net/)
[npm-version-src]: https://img.shields.io/npm/v/vue-email/latest?style=flat&colorA=080f12&colorB=1fa669
[npm-version-href]: https://npmjs.com/package/vue-email
[npm-downloads-src]: https://img.shields.io/npm/dm/vue-email?style=flat&colorA=080f12&colorB=1fa669
[npm-downloads-href]: https://npmjs.com/package/vue-email
[license-src]: https://img.shields.io/github/license/vue-email/vue-email.svg?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/vue-email/vue-email/blob/main/LICENSE
[jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669
[jsdocs-href]: https://www.jsdocs.io/package/vue-email