UNPKG

vue-email-edge

Version:

๐Ÿ’Œ Write email templates with Vue

77 lines (55 loc) โ€ข 3.24 kB
[![vue-email](/public/repo-banner.png)](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. - [โœจ &nbsp;Release Notes](https://github.com/vue-email/vue-email/releases) - [๐Ÿ“– &nbsp;Read the documentation](https://vuemail.net) - [๐Ÿ’š &nbsp;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) | ![tres version](https://img.shields.io/npm/v/vue-email/latest.svg?label=%20&colorB=1fa669) | | [Nuxt](https://github.com/vue-email/nuxt) | ![nuxt version](https://img.shields.io/npm/v/@vue-email/nuxt/latest.svg?label=%20&color=4f4f4f&logo=nuxt.js) | [SSR Compiler](https://github.com/vue-email/compiler) | ![cientos version](https://img.shields.io/npm/v/@vue-email/compiler/latest.svg?label=%20&colorB=1fa669) | | [CLI](https://github.com/vue-email/cli) | ![tres version](https://img.shields.io/npm/v/@vue-email/cli/latest.svg?label=%20&colorB=1fa669) | ## 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