# VueDigest > Your daily dose of Vue.js and Nuxt news. Curated articles, tutorials, and updates from the Vue ecosystem. ## Documentation Sets - [VueDigest – Full Site Guide](https://vuedigest.com/llms-full.txt): Detailed guide to VueDigest content, feeds, and how to cite the site. ## Site Primary pages for Vue and Nuxt news, releases, conferences, and digests. - [Home](/): Curated Vue and Nuxt article feed - [About](/about): About VueDigest and the founder - [Sources](/sources): Ingestion sources for articles and releases - [Stats](/stats): Public traffic and newsletter metrics - [Conferences](/conferences): Upcoming Vue and Nuxt conferences - [GitHub Releases](/github-releases): Latest releases from Vue ecosystem projects - [Weekly Digest](/weekly-digest): Archive of weekly digest issues - [Suggest a Source](/news/suggest): Suggest a new article source ## Feeds Machine-readable feeds for articles, releases, and conferences. - [Articles RSS](/news/feed.xml): Latest curated articles - [GitHub Releases RSS](/github-releases/feed.xml): GitHub release updates - [Conferences RSS](/conferences/feed.xml): Upcoming conferences ## Legal Legal and policy pages. - [Privacy Policy](/legal/privacy): Privacy policy - [Terms of Service](/legal/terms): Terms of service ## Latest Articles Latest hand-curated Vue and Nuxt articles from trusted ecosystem sources. - [Performance Optimization in Nuxt](https://vuedigest.com/news/019f64ca-32ca-73f5-b458-bc95f1b37561): This article discusses practical techniques to optimize the performance of Nuxt applications, focusing on strategies to enhance speed and efficiency. It prov... - [HTML Can Now Do This Without JavaScript](https://vuedigest.com/news/019f6312-d26e-7496-8886-eacd167b4ff9): The article discusses recent advancements in HTML that allow for certain functionalities to be achieved without relying on JavaScript, highlighting the impli... - [Enforce Better Vue Architecture with ESLint](https://vuedigest.com/news/019f374c-d2f0-769a-8a4f-180c7f565bd4): This article discusses how ESLint can be leveraged to enforce a consistent architecture and coding standards in Vue applications. It highlights the importanc... - [Performance Optimization in Nuxt](https://vuedigest.com/news/019f1e68-a398-7614-a565-37bb57fd85c8): This article discusses practical techniques for optimizing the performance of Nuxt applications, focusing on methods to achieve faster load times and improve... - [Clean Code Is Sexy Again: Making Your Vue Project AI-Ready](https://vuedigest.com/news/019f09cf-3518-7096-8fef-95033e6e53c2): The article discusses the importance of clean code in making Vue projects ready for AI integration, emphasizing that good engineering practices benefit both ... - [Getting Started with rstore in Vue](https://vuedigest.com/news/019efa5c-1dcf-7449-b141-49f59d41bfa3): This article provides a comprehensive introduction to rstore, a reactive data store designed for Vue. It covers features like normalized caching, typed queri... - [SEO in Nuxt with @nuxtjs/seo](https://vuedigest.com/news/019ed573-dc77-769e-9d0c-fc6fca9ff9e9): This article discusses how to enhance SEO in Nuxt applications using the @nuxtjs/seo module. It covers setting up sitemaps, meta tags, structured data, OG im... - [10 Vue Performance Mistakes I Still See in Production Apps](https://vuedigest.com/news/019eca4b-8dce-754e-ad17-a0f9b1aef338): This article discusses ten common performance mistakes that Vue developers often make in production applications, highlighting issues such as using deep watc... - [Building 3D Scenes with TresJS](https://vuedigest.com/news/019ed133-a3ff-777b-adc9-d4611efcce78): This article provides a hands-on guide to using TresJS, a Vue custom renderer for Three.js, to create reactive 3D scenes. It walks through the process from s... - [Meet Nuxi](https://vuedigest.com/news/019eb1cf-1a54-71ba-a2ca-5a3de0557974): The article introduces Nuxi, the new Nuxt Agent aimed at enhancing the Nuxt experience by making it more personalized and community-focused. This initiative ... - [Frontend Observability in Vue Apps with OpenTelemetry](https://vuedigest.com/news/019ea71a-ac51-7489-bbe0-07745fbb62d0): This article discusses the importance of frontend observability in Vue applications, emphasizing how traditional monitoring falls short in diagnosing perform... - [An advanced guide to Nuxt testing and mocking](https://vuedigest.com/news/019ea1cd-de8e-731b-aab7-fe5ae370da3f): Learn how to test Nuxt apps with Vitest, @nuxt/test-utils, runtime mocks, server route mocks, and Playwright e2e tests. - [Deploying Nuxt: Presets, Platforms, and Hybrid Rendering](https://vuedigest.com/news/019e8e36-8d78-723f-be81-94cc2f36502c): This article provides a comprehensive guide on deploying Nuxt applications across various platforms including Vercel, Netlify, and Cloudflare, while also dis... - [State-Driven Animations in Vue: Create Smooth UI Transitions with Reactive State](https://vuedigest.com/news/019e830e-2fa7-74ed-8c74-71fc2c69cb52): This article explores state-driven animations in Vue, highlighting how they enhance UI transitions by animating changes in reactive state rather than just DO... - [Claude Code Workflows: Deterministic Multi-Agent Orchestration](https://vuedigest.com/news/019e702c-2ae7-7659-a2b2-f994793c0dea): The article explores Claude Code's new workflows feature, which allows for deterministic orchestration of multi-agent tasks. By building a workflow to aggreg... - [Rolldown and Vite 8: What Changed](https://vuedigest.com/news/019e694e-4fa0-7469-bfd2-3f6ebe3d830f): Vite 8 introduces Rolldown, replacing esbuild and Rollup, which significantly impacts Vue projects. This change aims to enhance performance and streamline th... - [Avoid Unnecessary Re-renders in Vue with `v-memo`](https://vuedigest.com/news/019e3af5-2608-71df-9da8-92a67430a7ef): This article discusses the use of the `v-memo` directive in Vue to optimize rendering by memoizing parts of a template, which helps avoid unnecessary re-rend... - [Nuxt Tip: Difference Between useFetch and event.$fetch](https://vuedigest.com/news/019e321e-6c32-75c9-b0a0-2ba5b5c9f791): This article explains the difference between useFetch and event.$fetch in Nuxt, highlighting that event.$fetch is preferred for server-side API calls due to ... - [5 Component Design Patterns to Boost Your Vue.js Applications](https://vuedigest.com/news/019e265b-cf92-75c7-bb8d-65f5cb9a819d): This article introduces a new course focused on component design patterns in Vue.js, aimed at enhancing scalability and maintainability of Vue applications. ... - [Why Loaders Matter for Performance](https://vuedigest.com/news/019e16e8-bfd2-7191-94bc-00d70b24a540): This article discusses the importance of loaders in enhancing perceived performance and user experience in web applications, particularly focusing on the con... - [Is Nuxt something for “me”?](https://vuedigest.com/news/019dfe04-7e11-74b9-afab-712f6aaea36a): This article compares building features in plain Vue versus using Nuxt, highlighting the advantages and capabilities that Nuxt offers as a framework. It aims... - [Jakob Schröter, Helian Rivera - From Desktop to Web Rebuilding our Data Science Platform with Vue &](https://vuedigest.com/news/019df802-8278-7658-be80-e86a602f62cf): KNIME is transitioning its extensive Java-based desktop application into a modern web platform using Vue, aiming to enhance accessibility and user experience... - [Elise Patrikainen - How to build an MCP server for Vue?](https://vuedigest.com/news/019dedb5-ca95-740b-aa53-523499fbd77f): Elise Patrikainen discusses the integration of AI capabilities into Vue applications through the Model Context Protocol (MCP) and provides insights on buildi... - [Julien Huang - Stop making these Nuxt & Vue mistakes: introducing @nuxt/hints 1.0](https://vuedigest.com/news/019de88f-6ea2-70a9-9b59-ed5b77339c68): Julien Huang discusses common mistakes developers make while using Nuxt and Vue, introducing the @nuxt/hints 1.0 tool to help avoid these pitfalls and improv... - [SerKo Vincent Ngai - When Tree Shaking Fails: Security Risks in Nuxt & Vue](https://vuedigest.com/news/019de369-15ab-754a-8e04-da461cb7068b): The article discusses the security risks associated with tree shaking in the Vue and Nuxt frameworks, highlighting potential vulnerabilities that can arise w... - [Reza Bar - Reactivity in Vue Thinking in Signals](https://vuedigest.com/news/019dde42-a535-7402-94ba-a1dfc1f9ac89): The article discusses the concept of reactivity in Vue.js, focusing on the use of signals as a way to manage state and reactivity in applications. It explore... - [Ramona Schwering Vue tiful Defense Let's draw Security](https://vuedigest.com/news/019dd91c-44e3-71bc-8fb7-b1a6f1b7e5d0): This article discusses a session aimed at making security in Vue more engaging and accessible for developers. It emphasizes the importance of understanding s... - [Plain Vue or going Meta?](https://vuedigest.com/news/019ddc9c-727b-76e6-bbe9-2e57c4783354): This article provides a side-by-side comparison of building features using plain Vue versus using Nuxt, highlighting the advantages and additional capabiliti... - [Introducing the Nuxt Agent](https://vuedigest.com/news/019ddc9c-7a6a-76a8-8ec2-038b607968be): The article introduces the Nuxt Agent, an AI tool developed for nuxt.com that utilizes the official documentation and the Nuxt ecosystem. It was created usin... - [Jakub Andrzejewski, Evan You - Panel: Beyond The Vibe: Code Quality First](https://vuedigest.com/news/019dd3f5-e8ad-708a-8f6e-4c164bd16e7c): The panel featuring Jakub Andrzejewski and Evan You discusses the importance of code quality in modern frontend engineering, particularly in the context of A... ## Weekly Digests Recent weekly digest issues with top articles, releases, and conferences. - [Weekly Digest — Jul 5, 2026 – Jul 12, 2026](https://vuedigest.com/weekly-digest/019f55fb-f4c4-7338-9152-120cb048be36): [VueDigest] Weekly Digest — Jul 5, 2026 – Jul 12, 2026 - [Weekly Digest — Jun 28, 2026 – Jul 5, 2026](https://vuedigest.com/weekly-digest/019f31ef-7c93-735c-a003-b0a097214289): [VueDigest] Weekly Digest — Jun 28, 2026 – Jul 5, 2026 - [Weekly Digest — Jun 21, 2026 – Jun 28, 2026](https://vuedigest.com/weekly-digest/019f0de2-ef7c-709c-857b-29bd6bd913d3): [VueDigest] Weekly Digest — Jun 21, 2026 – Jun 28, 2026 - [Weekly Digest — Jun 14, 2026 – Jun 21, 2026](https://vuedigest.com/weekly-digest/019ee9d6-6847-70ed-abd9-221b90288493): [VueDigest] Weekly Digest — Jun 14, 2026 – Jun 21, 2026 - [Weekly Digest — Jun 7, 2026 – Jun 14, 2026](https://vuedigest.com/weekly-digest/019ec5c9-e5b9-77ee-8001-d24e75cafb42): [VueDigest] Weekly Digest — Jun 7, 2026 – Jun 14, 2026 ## Notes - VueDigest curates Vue.js and Nuxt articles, tutorials, GitHub releases, and conference listings from trusted ecosystem sources. Article detail pages are at /news/{id}. Weekly digest issues are at /weekly-digest/{id}.