Mastering Nuxt (@masteringnuxt) 's Twitter Profile
Mastering Nuxt

@masteringnuxt

Learn how to develop and deploy fast, production-ready Nuxt apps.

Courses developed in collaboration with @Nuxt_js

Powered by @Bitter_Brains

ID: 1309155665861062656

linkhttp://masteringnuxt.com calendar_today24-09-2020 15:40:24

1,1K Tweet

6,6K Followers

36 Following

DejaVue (@dejavuefm) 's Twitter Profile Photo

Today's episode is special! We have Sébastien Chopin - the Creator of Nuxt and NuxtLabs, as well as Daniel Roe, head of the Nuxt team on the show. And of course, it will all revolve around the acquisition of NuxtLabs by Vercel. Want a sneak peek? There you go! Full show in <90min

Mastering Nuxt (@masteringnuxt) 's Twitter Profile Photo

In case you missed last week's updates -&gt; Chapter 12 has been fully released and it's the last chapter of the Mastering Nuxt course! 🚀 P.S. Stay tuned ~ in the upcoming weeks, we'll be sharing some news that we're sure you're going to love. 👀 masteringnuxt.com/2025/lessons

In case you missed last week's updates -&amp;gt; Chapter 12 has been fully released and it's the last chapter of the Mastering Nuxt course! 🚀

P.S. Stay tuned ~ in the upcoming weeks, we'll be sharing some news that we're sure you're going to love. 👀

masteringnuxt.com/2025/lessons
Mastering Nuxt (@masteringnuxt) 's Twitter Profile Photo

💡Tip of the day: With Nuxt, you can specify which composables should be tree shaken out of the client or server bundle for optimized performance. This is configured in your nuxt.config.ts file under the optimization.treeShake.composables section.

💡Tip of the day:
With <a href="/nuxt_js/">Nuxt</a>, you can specify which composables should be tree shaken out of the client or server bundle for optimized performance. This is configured in your nuxt.config.ts file under the optimization.treeShake.composables section.
Mastering Nuxt (@masteringnuxt) 's Twitter Profile Photo

Let's power your blog with SEO (and Nuxt Content) 🚀 SEO is essential to a blog's success. In this series, we explore how to boost your blog's visibility with powerful SEO techniques using Nuxt 3, the Nuxt SEO module and more. By Charles Allotey. masteringnuxt.com/blog/building-…

Mastering Nuxt (@masteringnuxt) 's Twitter Profile Photo

💡Tip of the day: With Nuxt, you can perform an on-page redirect using `navigateTo`, similar to how you might in route middleware. The following example shows a countdown timer that redirects to an external URL when it reaches one second:

💡Tip of the day:
With <a href="/nuxt_js/">Nuxt</a>, you can perform an on-page redirect using `navigateTo`, similar to how you might in route middleware.

The following example shows a countdown timer that redirects to an external URL when it reaches one second:
Mastering Nuxt (@masteringnuxt) 's Twitter Profile Photo

🚀 Boost your Nuxt apps with aidd! Use AI to optimize SSR API workflows and more. Grab the AIDD Insiders Pass for exclusive perks—24h only! x.com/aidd_io/status…

Nuxt (@nuxt_js) 's Twitter Profile Photo

Nuxt 4.0 is here at last … and it's all about DX ✨ 🗂️ app/ directory for better organisation 🔄 smarter data fetching ⚡️ a faster CLI with socket communication 🔧 improved TypeScript integration ... and a smooth upgrade experience. 💚 nuxt.com/blog/v4

Mastering Nuxt (@masteringnuxt) 's Twitter Profile Photo

Did you know that layers are like components, but for Nuxt apps? 🤓 They let us better organize, share, and modularize our code. They can be in a local folder, a GitHub repository, or a `npm` package. As long as it has even an empty `nuxt.config.ts` file Nuxt knows it's a layer.

Did you know that layers are like components, but for Nuxt apps? 🤓

They let us better organize, share, and modularize our code.
They can be in a local folder, a GitHub repository, or a `npm` package. As long as it has even an empty `nuxt.config.ts` file Nuxt knows it's a layer.