NuxtJS Blog

Discover articles from the NuxtJS Team and Nuxt.js Community about NuxtJS, tips and tricks included!

Nuxt Static Improvements

With Nuxt.js version 2.13, the full-static mode has been introduced. In addition, a new command nuxt export was added to pre-render your pages without triggering a webpack build with the goal to separate the rendering and build process. The only issue was that most Nuxt.js users weren't able to unleash the full potential of the separation... until now.

release full-static framework
Alexander Lichter Sébastien Chopin Pooya Parsa
July 27, 2020 5 min read

Create a Blog with Nuxt Content

The Content module is a git files based headless CMS that provides powerful features when it comes to write blogs, documentation sites or just adding content to any regular website. In this post we will go through most of the benefits of this module and discover how we can create a blog with it.

Nuxt Content Markdown
Debbie O'Brien
July 2, 2020 25 min read

Improve Your Developer Experience With Nuxt Components

Explore how you can import and register Vue components automatically using @nuxt/components module.

components auto-import lazy-loading dynamic-import ignore-rules 3rd-party-library
Krutie Patel
June 24, 2020 13 min read

Going Full Static

Long awaited features for Jamstack fans has been shipped in v2.13: full static export, improved smart prefetching, integrated crawler, faster re-deploy, built-in web server and new target option for config :zap:️

Nuxt Static Crawler Live Preview
Sebastien Chopin
June 18, 2020 5 min read

Moving from @nuxtjs/dotenv to runtime config

In our frontend applications, we often use APIs and third-party integrations which require us to use configuration data which is usually provided by environment variables. These variables should not be exposed to the frontend as the browser environment is accessible by all visitors.

Nuxt env
Debbie O'Brien
June 15, 2020 9 min read

Going dark with Nuxt.js color mode

The @nuxtjs/color-mode module is a cool way of adding dark mode to your site. But not only does it switch from dark to light but also any color theme (eg. sepia mode). It even has auto detection so that it will choose the right mode depending on your system appearance.

Nuxt Color mode
Debbie O'Brien
May 19, 2020 11 min read

Announcing Nuxt's $2M seed round

Three years ago, my brother Sébastien and I were open sourcing our code to build Vue.js application server side rendered easily. Today, we are incredibly excited to announce that NuxtJS has raised $2M in seed funding.

Nuxt Company
Alexandre Chopin
May 1, 2020 8 min read

Build a DEV.TO clone with Nuxt new fetch

Let’s build a blazing fast articles and tutorials app using Nuxt, Dev.to API, with lazy loading, placeholders, caching and trendy neumorphic design UI.

Nuxt Fetch Asynchronous Data Fetching API
Sergey Bedritsky Sebastien Chopin
April 8, 2020 14 min read

Understanding how fetch works in Nuxt 2.12

Explore different features of the fetch hook and learn a brand new way to bring data into Nuxt applications.

Nuxt Fetch Asynchronous Data Fetching API
Krutie Patel
April 6, 2020 9 min read

NuxtJS: From Terminal to Browser

How we changed the developer experience to stop switching between the terminal and browser.

webpack DX
Sébastien Chopin
June 4, 2019 1 min read

Introducing Smart Prefeching

Starting from Nuxt v2.4.0, Nuxt.js will automagically prefetch the code-splitted pages linked with a nuxt-link when visible in the viewport by default.

framework feature performance
Sébastien Chopin
January 28, 2019 1 min read