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

Long awaited features for Jamstack fans has been shipped in v2.13: full static build with nuxt export, improved smart prefetching, integrated crawler, faster re-deploy, built-in web server and new target option for config :zap:️
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.
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.
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.
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.
Explore different features of the fetch hook and learn a brand new way to bring data into Nuxt applications.
How we changed the developer experience to stop switching between the terminal and browser.
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.