NuxtJS Blog

A landscape image A landscape image
Case Study / LiveMentor
Showcase

Case Study / LiveMentor

LiveMentor is one of the world's leading education companies focused on entrepreneurship. They decided to migrate their existing front-end to Nuxt. We met with Romain and Alexandre to talk about their journey.

Clement Ollivier
Creating a Nuxt Module
Tutorial

Creating a Nuxt Module

Modules are functions that are called sequentially when booting Nuxt. The framework waits for each module to finish before continuing. In this way, modules can customize almost any aspect of your project. Let's create a module that uses ngrok to get a Public URL that you can share while working in Development.

Debbie O'Brien
Nuxt Static Improvements
Release

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.

Multiple Authors
Create a Blog with Nuxt Content
Tutorial

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.

Debbie O'Brien
Going Full Static
Release

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 ⚡️

Sebastien Chopin
Moving from @nuxtjs/dotenv to runtime config
Tutorial

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.

Debbie O'Brien
Going dark with Nuxt.js color mode
Tutorial

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.

Debbie O'Brien
Announcing Nuxt's $2M seed round
Anouncement

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.

Alexandre Chopin
Build a dev.to clone with Nuxt new fetch
Tutorial

Build a dev.to clone with Nuxt new fetch

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

Multiple Authors
Nuxt: From Terminal to Browser
Release

Nuxt: From Terminal to Browser

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

Sébastien Chopin
Introducing Smart Prefetching
Release

Introducing Smart Prefetching

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.

Sébastien Chopin