Some of the resources I used to learn how to build projects with NuxtJS.
-
HTML, CSS, Javascript
Absolutely must know these before diving in to any Javascript frameworks.
-
Vue
Nuxt is a framework based on Vue, so it's crucial to understand how Vue works.
- Vue JS - The Complete Guide - Udemy
-
Nuxt
- Official Nuxt docs - NuxtJS
- Nuxt.js - Vue.js on Steroids - Udemy
- NuxtJS Crash Course - Traversy Media
-
Nuxt Middleware
- Nuxt Middleware - BitFumes
-
Server Side Rendering
One of the cool features of Nuxt is that it allows us to render the application on the server instead of the browser. The server sends a fully rendered page to the client and it's hydrated on the front end by Vue.
- Server-Side Render Vue Apps with Nuxt.js - Firebase
-
NodeJS
- Node Auth Tutorial - TheNetNinja
-
Express
- Node Auth Tutorial - TheNetNinja
-
MongoDB
- Node.js Crash Course Tutorial #9 - MongoDB - TheNetNinja
-
Mongoose
- Node Auth Tutorial (JWT) #6 - Mongoose Hooks - TheNetNinja