Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/resend/resend-nuxt-example
- Owner: resend
- License: mit
- Created: 2023-06-04T18:53:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-14T08:50:18.000Z (6 months ago)
- Last Synced: 2024-05-14T09:55:55.149Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 410 KB
- Stars: 24
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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