Authoring Nuxt Layers: Build a Custom Email Layer

Add Mailcatcher Devtools to the Email Layer

In this lesson, learn how ship custom devtools with your layer for the ultimate developer experience. It’s a lot easier than you think! Custom devtools panels are nothing more than iframes that can speak with the main app. The trickiest part is hosting the page for the iframe on it’s own server. After that you can speak to the main app via REST API or Remote Procedure Call (RPC).

Links