mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #248] Nuxt 3 devtools integration #162
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#162
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tdolsen on GitHub (Feb 19, 2024).
Original GitHub issue: https://github.com/axllent/mailpit/issues/248
Not an issue - just dropping a note to inform about a simple Nuxt 3 module I've put together, integrating the Mailpit web UI in the Nuxt devtools. (In case you feel it could be mentioned somewhere.)
Repository: https://github.com/tdolsen/nuxt-mailpit
NPM package: https://www.npmjs.com/package/nuxt-mailpit
Suggestions welcome.
Looks like this:

@axllent commented on GitHub (Feb 19, 2024):
Thanks. Can you please explain what the purpose of this module is so that people (including myself) can understand what it is used for exactly?
@tdolsen commented on GitHub (Feb 20, 2024):
The purpose is to have easy access to the Mailpit web UI when developing Nuxt applications, in the framework's devtools.
It basically just adds a tab to the devtools with a Mailpit icon and an iframe reference to a configurable URL.
@axllent commented on GitHub (Feb 20, 2024):
Cool. At this stage I'm not going to add list of any related tools just yet, but my suggestion would be to add the
mailpittopic to your project (see screenshot) - that way it'll be listed in that topic on GitHub. Users also search / view these issues too, so the fact that you have mentioned it here is great too 👍 I'll close this as it's not really an open issue. Thanks for your input and for using Mailpit!