Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/resend/resend-nuxt-example

This example shows how to use Resend with Nuxt
https://github.com/resend/resend-nuxt-example

Last synced: 5 days ago
JSON representation

This example shows how to use Resend with Nuxt

Awesome Lists containing this project

README

        

# Resend with Nuxt

This example shows how to use Resend with [Nuxt](https://nuxt.com).

## Instructions

1. Define environment variables in `.env` file.

2. Install dependencies:

```sh
npm install
# or
yarn
```

3. Run Nuxt locally:

```sh
npm run dev
```

4. Open URL in the browser:

```
http://localhost:3000/api/send
```

## License

MIT License