Fundamentals of NuxtJS (Coursera)

Offered by Board Infinity,
Fundamentals of NuxtJS (Coursera)

Welcome to the "Fundamentals of NuxtJS" course, a comprehensive journey into the world of NuxtJS, an incredibly powerful framework for building web applications. This course is structured into two modules. Module 1 provides a strong foundation in NuxtJS and its core concepts, and Module 2 delves into advanced features, state management, SEO, and deployment. By the end of this course, you will be well-equipped to create dynamic, performant, and SEO-friendly web applications with NuxtJS.

Class Deals by MOOC List - Click here and see Coursera's Active Discounts, Deals, and Promo Codes.

Welcome to Module 1, "Introduction to NuxtJS and Core Concepts." In this module, we'll embark on a journey to understand NuxtJS, a powerful framework for building Vue.js applications. Lesson 1 will introduce you to NuxtJS, set up the development environment, and explore NuxtJS pages and routing. In Lesson 2, we'll delve into layouts and components, teaching you how to work with layouts, create and utilize components, and establish effective page navigation.
In Module 2, "Advanced Features and State Management," we'll take your NuxtJS skills to the next level. In Lesson 1, we'll explore VueX State Management in NuxtJS, covering introductory concepts, state management, mutations, actions, and getters. You'll also learn how to fetch data effectively with NuxtJS. In Lesson 2, we'll focus on SEO and Deployment, discussing NuxtJS's SEO features, static site generation, and deployment best practices.
This course is designed as an introductory program, focused on providing you with a solid understanding of Nuxt.js fundamentals. While it covers essential topics comprehensively, please be aware that it is an introductory course. Our primary aim is to equip you with the necessary skills and knowledge to embark on your Nuxt.js journey successfully. We're excited to embark on this introductory adventure with you!

What you'll learn

  • Understand the fundamentals of NuxtJS, including how to set up the development environment, create pages, layouts, and components etc.
  • Master VueX state management within NuxtJS, gaining expertise in handling application state, mutations, actions, and data fetching.
  • Implement SEO features and static site generation with NuxtJS, ensuring your web applications are highly discoverable and efficient.

Syllabus

Introduction to NuxtJS and Core Concepts
Welcome to Module 1, "Introduction to NuxtJS and Core Concepts." In this module, we'll embark on a journey to understand NuxtJS, a powerful framework for building Vue.js applications. Lesson 1 will introduce you to NuxtJS, set up the development environment, and explore NuxtJS pages and routing. In Lesson 2, we'll delve into layouts and components, teaching you how to work with layouts, create and utilize components, and establish effective page navigation.

Advanced Features and State Management
In Module 2, "Advanced Features and State Management," we'll take your NuxtJS skills to the next level. In Lesson 1, we'll explore VueX State Management in NuxtJS, covering introductory concepts, state management, mutations, actions, and getters. You'll also learn how to fetch data effectively with NuxtJS. In Lesson 2, we'll focus on SEO and Deployment, discussing NuxtJS's SEO features, static site generation, and deployment best practices.

Go to Class
MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Related Courses

Advanced Data Structures in Java (Coursera) Coursera
University of California, San Diego

Advanced Data Structures in Java (Coursera)

How does Google Maps plan the best route for getting around town given current traffic conditions? How does an internet router forward packets of network traffic to minimize delay? How does an aid group allocate resources to its affiliated local partners? To solve such problems, we first represent the key pieces of data in a complex data structure. In this course, you’ll learn about data structures, like graphs, that are fundamental for working with structured real world data.

Jun 8th 2026
5-12 Weeks
Fundamentals of NestJS (Coursera) Coursera
Board Infinity

Fundamentals of NestJS (Coursera)

Welcome to the "Fundamentals of NestJS" course for Modern Backend Development, where you will embark on a comprehensive journey to become a proficient NestJS developer. This course is divided into two modules, each focused on essential aspects of NestJS development. In Module 1, we'll get you started with NestJS, covering the fundamentals and project setup. Module 2 delves into more advanced concepts, including services, middleware, and exception handling.

Jun 8th 2026
2 Weeks
Browser Rendering Optimization (Udacity) Udacity
Udacity,Google

Browser Rendering Optimization (Udacity)

Building 60 FPS Web Apps. Performance matters to users. Web developers need to build apps that react quickly and render smoothly. Google performance guru Paul Lewis is here to help you destroy jank and create web apps that maintain 60 frames per second performance. You'll leave this course with the tools you need to profile apps and identify the causes of jank. You'll explore the browser's rendering pipeline and uncover patterns that make it easy to build performant apps.

Self Paced
Self-Paced
AutoLayout (Udacity) Udacity
Udacity

AutoLayout (Udacity)

Using Constraint-Based Design. With this course, you will learn about AutoLayout and how to use stack views and constraints to create pixel-perfect UIs. Also, you will take a deep dive and learn about some of the most commonly misunderstood properties affecting layout like distribution, alignment, content hugging, and compression resistance.

Self Paced
Self-Paced
Static-Generated Sites with Nuxt JS (FREE) (Skillshare) Skillshare
Skillshare

Static-Generated Sites with Nuxt JS (FREE) (Skillshare)

In this class we will be using Nuxtjs to create static generated websites that are amazing for SEO ranking and loading speed! Regular websites don't allow search crawlers to see the content of your page, therefore you never rank. With Nuxt js, the site is generated into plain HTML so that the search crawlers can actually read it! How would you like to be forced to read Latin when you do not even know a single word? Be nice to the search crawlers and use NUXT NOW!

Self Paced
Self-Paced
Advanced System Security Topics (Coursera) Coursera
University of Colorado System

Advanced System Security Topics (Coursera)

In this MOOC, we learn RBAC and ABAC access control to facilitate the specification and management of access policies. We learn examples of how RBAC is supported by modern systems such as Docker and AWS IAM. We learn XACML 3.0 and an ABAC implementation for controling secure access to web documents and network resources with attribute certificates, and XACML architecture components.

Jun 8th 2026
4 Weeks
Introdução ao Desenvolvimento de Aplicativos Android (Coursera) Coursera
Universidade Estadual de Campinas - UNICAMP

Introdução ao Desenvolvimento de Aplicativos Android (Coursera)

Este curso tem como objetivo propiciar um primeiro contato com a Programação para Dispositivos Móveis que operam na plataforma Android. O Android Studio será utilizado como ambiente de desenvolvimento desde o início do curso e você receberá dicas de como obter ajuda quando alguma tarefa estiver consumindo mais tempo do que o necessário. Ao solucionar problemas por conta própria, você irá adquirir a autonomia necessária para concluir projetos de programação.

May 18th 2026
5-12 Weeks
Ordered Data Structures (Coursera) Coursera
University of Illinois at Urbana-Champaign

Ordered Data Structures (Coursera)

In this course, you will learn new data structures for efficiently storing and retrieving data that is structured in an ordered sequence. Such data includes an alphabetical list of names, a family tree, a calendar of events or an inventory organized by part numbers. The specific data structures covered by this course include arrays, linked lists, queues, stacks, trees, binary trees, AVL trees, B-trees and heaps. This course also shows, through algorithm complexity analysis, how these structures enable the fastest algorithms to search and sort data.

Jun 10th 2026
4 Weeks
Geometric Algorithms (Coursera) Coursera
EIT Digital

Geometric Algorithms (Coursera)

Course Information: In many areas of computer science such as robotics, computer graphics, virtual reality, and geographic information systems, it is necessary to store, analyze, and create or manipulate spatial data. This course deals with the algorithmic aspects of these tasks: we study techniques and concepts needed for the design and analysis of geometric algorithms and data structures. Each technique and concept will be illustrated on the basis of a problem arising in one of the application areas mentioned above.

Jun 12th 2026
3 Weeks
Security and Privacy in TOR Network (Coursera) Coursera
University of Colorado System

Security and Privacy in TOR Network (Coursera)

In this MOOC, we will learn about TOR basic concept and see how they protect the security and privacy of users and resist censorship. We will examine how TOR realize the anonymity and utilize its service by downloading and using Tor browser software. A recent attack on TOR’s application flow control called sniper attacks is analyzed.

Jun 8th 2026
4 Weeks