diff --git a/README.md b/README.md index f02a87a..cb05d56 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Nuxt's goal is to make web development intuitive and performant, with a great de - [A guide to Nuxt server components](https://roe.dev/blog/nuxt-server-components) - 'Server components' are becoming increasingly common in the web development ecosystem, for good reason, by @danielroe - [Nuxt on the Edge](https://nuxt.com/blog/nuxt-on-the-edge) - Learn how we made Nuxt 3 capable of running on edge runtimes to run with server-side rendering close to your users, by @Atinux - [Introducing Nuxt Devtools](https://nuxt.com/blog/introducing-nuxt-devtools) - Unleash the Developer Experience with Nuxt and understand your app better than ever, by @antfu +- [Streaming Markdown for AI Chat in Nuxt](https://markstream.simonhe.me/frameworks/nuxt) - Render incomplete Markdown during LLM streaming with SSR-first output and client-only upgrades for Mermaid, KaTeX, and code blocks. - [24 Time Saving Tips for Nuxt 3](https://masteringnuxt.com/blog/24-time-saving-tips-for-nuxt3) - Nuxt has so many amazing features. This article is a compilation of 24 tips to help you save time and write better Nuxt apps. - [Running Nuxt 3 in a Docker Container](https://markus.oberlehner.net/blog/running-nuxt-3-in-a-docker-container/) - In this article, we’ll dive into the world of Nuxt 3 and Docker, exploring how they can work together to streamline our development and deployment processes.