diff --git a/README.md b/README.md index 84450b9..fd57fea 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,36 @@ - - -# Vue Email Nuxt Module +
[![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. +
+ +# @vue-email/nuxt + +Official Nuxt module for Vue Email. Build email templates with Vue components. + +- [✨  Release Notes](https://github.com/vue-email/nuxt/releases) +- [📖  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