# vue-email
**Repository Path**: tpll/vue-email
## Basic Information
- **Project Name**: vue-email
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-01-25
- **Last Updated**: 2024-01-25
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://vuemail.net)
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![JSDocs][jsdocs-src]][jsdocs-href]
[![License][license-src]][license-href]
# ๐ 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 Module](https://nuxt.com/modules/vue-email)
> [!IMPORTANT]
> Experimental and under heavy development. APIs are subject to change.
## Features
- ๐งฉ Build email templates with Vue components
- ๐ค๏ธ [SSR support](https://vuemail.net/ssr/compiler), preview/send emails both on server and client, now with support for deno and bun.
- ๐ [i18n support](https://vuemail.net/plugins/i18n)
- ๐จ [Integrates with many email providers](https://vuemail.net/integrations/nodemailer)
- ๐งช Tested against popular email clients
- ๐จ [Supports Tailwind CSS](https://vuemail.net/components/tailwind)
- ๐ First-class support for Nuxt 3
- โจ Written in TypeScript
## Ecosystem
| Package | Version |
| --------------------------- | :------------------------------------------------------------------------------------------------- |
| [Vue-Email](https://github.com/vue-email/vue-email) |  |
| [Nuxt](https://github.com/vue-email/nuxt) |  |
[SSR Compiler](https://github.com/vue-email/compiler) |  |
| [CLI](https://github.com/vue-email/cli) |  |
## Installation
```bash
# Using npm
npm install vue-email
# Using yarn
yarn add vue-email
# Using pnpm
pnpm add vue-email
```
## ๐ป Development
1. Clone this repository
2. Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`
3. Install dependencies using `pnpm install`
## ๐ Support
If you like our work, please feel to free to support us!
- BTC: `1Bwo1Htd47rLRM4PZhydWtoC5ZAR4Fv9KZ`
- USDT: [binance-qr](https://github.com/vue-email/vue-email/blob/main/docs/public/binance-qr.png?raw=true)
## 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