What if your Vue app had a full-stack backend built right in? See how Nuxt 3's server engine makes it possible with typed APIs and universal deployment.
#1about 2 minutes
Understanding the core features of Nuxt 3
Nuxt 3 is a versatile Vue-based framework that supports various rendering modes and universal deployment to platforms like Node.js, serverless, and the edge.
#2about 4 minutes
Setting up a project and creating file-based routes
Initialize a new Nuxt application and create pages using the file-based routing system within the `pages` directory, rendering them with the `<NuxtPage>` component.
#3about 7 minutes
Fetching data and creating dynamic page routes
Use the `useFetch` composable to retrieve data from an external API and create dynamic routes using bracket notation in filenames to display content based on URL parameters.
#4about 2 minutes
Creating type-safe server API routes with Nitro
Build backend API endpoints directly within your Nuxt project using the `server` directory and Nitro's `defineEventHandler`, which provides automatic type inference for frontend data fetching.
#5about 4 minutes
Connecting to persistent storage with Unstorage drivers
Integrate persistent data storage by configuring an Unstorage driver like Cloudflare KV in `nuxt.config.ts` and interacting with it using the `useStorage` composable in Nitro server routes.
#6about 5 minutes
Implementing a backend-for-frontend to cache API calls
Create server routes that act as a proxy to an external API, caching the results in persistent storage to build a resilient backend-for-frontend (BFF) pattern.
#7about 1 minute
Summary of Nuxt's benefits and advanced features
A review of Nuxt's powerful developer experience and a look at other advanced features like dev tools, layouts, modules, and state management that were not covered in the demo.
Related jobs
Jobs that call for the skills explored in this talk.
Matching moments
04:25 MIN
Rethinking frameworks with Nuxt, Nitro, and UnJS
Building for the Edge - Crafting a Next-Gen Framework
05:42 MIN
Understanding Nuxt as a Vue-based meta-framework
WeAreDevelopers LIVE - Whats Nuxt and Next for app development, 20 years AJAX and more
03:37 MIN
The motivation behind Nuxt 3 and the UnJS ecosystem
Modern Web Development with Nuxt3
03:23 MIN
Built-in performance optimizations in Nuxt 3
Modern Web Development with Nuxt3
01:42 MIN
Using Nuxt.js for server-rendered Vue.js applications
Next, Nest, Nuxt… Nust?
02:27 MIN
Understanding the Nuxt 2 foundation and its benefits
Modern Web Development with Nuxt3
03:31 MIN
Learning from Nuxt 2 to define Nuxt 3 goals
Building Better with Nuxt 3
04:10 MIN
Building and analyzing the optimized Nuxt 3 output
The Best 7 Frontend Frameworks for Developers in 2025Which frontend frameworks should developers focus on in 2025? We’re listing them for you and showing advantages and drawbacks. You’ll notice we included some libraries as well, because you can’t miss those in 2025.What is the best front end framework...
Daniel Cranney
Next.js App Router: ExplainedIntroductionVercel’s Next.js has come a long way since its initial release in 2016. What would become the most popular React framework (according to their own website, at least), started as a simple solution for handling routing, SEO optimisation and...
Chris Heilmann
Micro Components - a different approach to a simpler component-based webThere has been a lot of heated discussion lately in the web community about component based development. One side argued that Web Components are a standard we should follow whereas others complained that they still lag behind in what frameworks offer...
Luis Minvielle
The Best Upcoming IT WebinarsNow that you already know what IT webinars are and how they can help you level up your professional appeal, you might want actually to get into one. Live tech webinars are one of the best ways to stay on top of the latest trends and tools because eit...
From learning to earning
Jobs that call for the skills explored in this talk.