Skip to content

vituum/vite-plugin-send

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published