@vituum/vite-plugin-send
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

npm package node compatility

⚡️✉️ ViteSend

Lets you send content of your page via nodemailer when ?send get param is present in Vite Dev Server. Handy for testing email templates!

You can also export send from @vituum/vite-plugin-send or @vituum/vite-plugin-send/send.js to write a custom script which you can call via Node.js

Basic usage

import send from '@vituum/vite-plugin-send'

export default {
  plugins: [
    send()
  ]
}

Read the docs to learn more about plugin options.

Requirements

Readme

Keywords

none

Package Sidebar

Install

npm i @vituum/vite-plugin-send

Weekly Downloads

97

Version

1.1.0

License

none

Unpacked Size

7.25 kB

Total Files

6

Last publish

Collaborators

  • evromalarkey