Oooh, didn't realize this!
@nuxt_js devtools has built-in server API playground.
Basically a Nuxt-tuned postman.
Thanks for sharing @antfu7 at @NuxtNation :)
With the command palette, you can:
- Jump to a page
- Search in the documentation
- Search a module
- Switch the color mode
We plan to add more commands soon.
Try now on nuxt.com
Reminder: Nuxt can run on the edge 🚀
This is the kind of excitement I got back then when I was able to make SSR with Vue back in 2016.
nuxt.com/blog/nuxt-on-the-ed…
🎉 The Surprise dropped!
🚀 To conclude this amazing launch week, don't miss out my very first video on my own Youtube Channel: "Is @nuxt_js 3's runtimeConfig UNSAFE?!" 🔒🔍
Learn more about sharing and hiding API keys with/from the frontend 🙌🏻
youtube.com/watch?v=2tKOZc3Z…
When working on an API with Nuxt server routes, exposing your dev server to the internet can be helpful when working with webhooks (Stripe for example).
npx nuxt dev --tunnel
That's it ✨