vue-email-edge
Version:
๐ Write email templates with Vue
77 lines (55 loc) โข 3.24 kB
Markdown
[](https://vuemail.net)
<div align="center">
[![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]
</div>
# ๐ 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](https://github.com/sponsors/vue-email)!
## 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