1.1.0 • Published 2 years ago

@vituum/vite-plugin-send v1.1.0

Weekly downloads
-
License
-
Repository
github
Last release
2 years 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

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.0-beta.2

2 years ago

1.0.0-beta.1

2 years ago

1.0.0-alpha.2

2 years ago

1.0.0-alpha.1

2 years ago