Nuxt email module for rendering HTML emails with Vue components
npm install nuxt-email-rendererThe next generation of writing emails in Nuxt.
A Nuxt module that provides high-quality, unstyled components for creating emails using Vue and TypeScript.
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]
[![Nuxt][nuxt-src]][nuxt-href]
๐ Documentation ยท ๐พ Playground
!Nuxt Email Renderer Screenshot
- Weekly Vue News - A curated newsletter for Vue.js & Nuxt developers
- Nuxt Starter Kit - A boilerplate starter kit for Nuxt projects with authentication, database, and more.
#### Install dependencies
``bash`
pnpm install
#### Build
`bash`
pnpm build
#### Run playground
`bash`
pnpm dev
This will start the development server with the playground at localhost:3000.
#### Run DevTools interface
`bash`
pnpm client:dev
This starts the email template viewer interface at localhost:3300.
#### Run tests
`bash`
pnpm test
#### Run linting
`bash``
pnpm lint
- Michael Hoffmann (@mokkapps)
MIT License - see the LICENSE file for details.
---
- โจ Release Notes
- ๐ Documentation
- ๐ Playground
[npm-version-src]: https://img.shields.io/npm/v/nuxt-email-renderer/latest.svg?style=flat&colorA=020420&colorB=00DC82
[npm-version-href]: https://npmjs.com/package/nuxt-email-renderer
[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-email-renderer.svg?style=flat&colorA=020420&colorB=00DC82
[npm-downloads-href]: https://npm.chart.dev/nuxt-email-renderer
[license-src]: https://img.shields.io/npm/l/nuxt-email-renderer.svg?style=flat&colorA=020420&colorB=00DC82
[license-href]: https://npmjs.com/package/nuxt-email-renderer
[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
[nuxt-href]: https://nuxt.com