Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T19:38:00.000Z (9 days ago)
- Last Synced: 2024-11-02T23:03:14.639Z (8 days ago)
- Topics: components, email, email-template, ssr, vue
- Language: TypeScript
- Homepage: https://vuemail.net
- Size: 26.6 MB
- Stars: 927
- Watchers: 4
- Forks: 34
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![vue-email](/public/repo-banner.png)](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