UNPKG

@vue-email/compiler

Version:

Compile vue-email templates

60 lines (41 loc) 2.55 kB
[![vue-email](https://github.com/vue-email/vue-email/blob/main/public/repo-banner.png?raw=true)](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/compiler Vue Email Server-Side Rendering with JavaScript Runtimes - [✨ &nbsp;Release Notes](https://github.com/vue-email/compiler/releases) - [📖 &nbsp;Documentation](https://vuemail.net/ssr/compiler) ## Features - Works with any JavaScript runtime ( Deno, Bun, Node.js ) - Configurable rendering options ## 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/compiler # Using yarn yarn add @vue-email/compiler # Using pnpm pnpm add @vue-email/compiler ``` ## License [MIT](./LICENSE) License © 2023-PRESENT [Vue Email](https://vuemail.net/) <!-- Badges --> [npm-version-src]: https://img.shields.io/npm/v/@vue-email/compiler/latest?style=flat&colorA=080f12&colorB=1fa669 [npm-version-href]: https://npmjs.com/package/@vue-email/compiler [npm-downloads-src]: https://img.shields.io/npm/dm/@vue-email/compiler?style=flat&colorA=080f12&colorB=1fa669 [npm-downloads-href]: https://npmjs.com/package/@vue-email/compiler [license-src]: https://img.shields.io/github/license/vue-email/compiler.svg?style=flat&colorA=080f12&colorB=1fa669 [license-href]: https://github.com/vue-email/compiler/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/compiler