1.1.0 • Published 6 months ago

@vituum/vite-plugin-send v1.1.0

Weekly downloads
-
License
-
Repository
github
Last release
6 months ago

⚡️✉️ 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

1.1.0

6 months ago

1.0.1

10 months ago

1.0.0

11 months ago

1.0.0-beta.2

11 months ago

1.0.0-beta.1

11 months ago

1.0.0-alpha.2

11 months ago

1.0.0-alpha.1

11 months ago