Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
chore: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowko committed Dec 15, 2023
1 parent ec4a108 commit 795c351
Showing 1 changed file with 23 additions and 12 deletions.
35 changes: 23 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,36 @@
<!--
Get your module up and running quickly.
[![vue-email](https://github.com/vue-email/vue-email/blob/main/public/repo-banner.png?raw=true)](https://vuemail.net)

Find and replace all on all files (CMD+SHIFT+F):
- Name: My Module
- Package name: @vue-email/nuxt
- Description: My new Nuxt module
-->

# Vue Email Nuxt Module

<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]

Vue Email Nuxt Module.
</div>

# @vue-email/nuxt

Official Nuxt module for Vue Email. Build email templates with Vue components.

- [&nbsp;Release Notes](https://github.com/vue-email/nuxt/releases)
- [📖 &nbsp;Documentation](https://vuemail.net/ssr/nuxt)

## Features

- Auto-import Vue Email components and composables
- `useCompiler` utility to render emails on the server
- All the DX Magic that comes with Nuxt ✨
- Vue Email DevTools integration

## Documentation
## Ecosystem

Visit https://www.vuemail.net/ssr/nuxt to explore the documentation.
| 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)


## Quick Setup
Expand Down

0 comments on commit 795c351

Please sign in to comment.