@vue-email/compiler
Version:
Compile vue-email templates
60 lines (41 loc) • 2.55 kB
Markdown
[](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
- [✨ Release Notes](https://github.com/vue-email/compiler/releases)
- [📖 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) |  |
| [Nuxt](https://github.com/vue-email/nuxt) |  |
[SSR Compiler](https://github.com/vue-email/compiler) |  |
| [CLI](https://github.com/vue-email/cli) |  |
## 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