Nuxt.js 2 – Vue.js on Steroids
Nuxt.js 2 – Vue.js on Steroids, available at $99.99, has an average rating of 4.83, with 111 lectures, based on 6828 reviews, and has 33720 subscribers.
You will learn about Build server-side-rendered single-page-applications (SPAs) Build normal, optimized SPAs with minimal effort Generate a static webpage from Vuejs code This course is ideal for individuals who are Anyone who wants to build engaging, (optionally) server-side-rendered Vue JS apps or Anyone who wants to work with Vuejs and follow a minimal-configuration approach or Anyone who wants to create static websites with Vuejs (Nuxt as a static page generator!) It is particularly useful for Anyone who wants to build engaging, (optionally) server-side-rendered Vue JS apps or Anyone who wants to work with Vuejs and follow a minimal-configuration approach or Anyone who wants to create static websites with Vuejs (Nuxt as a static page generator!).
Enroll now: Nuxt.js 2 – Vue.js on Steroids
Summary
Title: Nuxt.js 2 – Vue.js on Steroids
Price: $99.99
Average Rating: 4.83
Number of Lectures: 111
Number of Published Lectures: 107
Number of Curriculum Items: 114
Number of Published Curriculum Objects: 110
Original Price: $124.99
Quality Status: approved
Status: Live
What You Will Learn
- Build server-side-rendered single-page-applications (SPAs)
- Build normal, optimized SPAs with minimal effort
- Generate a static webpage from Vuejs code
Who Should Attend
- Anyone who wants to build engaging, (optionally) server-side-rendered Vue JS apps
- Anyone who wants to work with Vuejs and follow a minimal-configuration approach
- Anyone who wants to create static websites with Vuejs (Nuxt as a static page generator!)
Target Audiences
- Anyone who wants to build engaging, (optionally) server-side-rendered Vue JS apps
- Anyone who wants to work with Vuejs and follow a minimal-configuration approach
- Anyone who wants to create static websites with Vuejs (Nuxt as a static page generator!)
Vue.js is an amazing JavaScript framework which you can use to build highly engaging user interfaces and single page applications. You can join my bestselling course on Vue.js, here on Udemy, if you want to learn more about this awesome framework!
Nuxt.js takes Vue-js to the next level!
It’s a library for Vue.js (kind of a “framework for a framework”) and it adds two major things to Vue.js:
-
Server-side-rendering of your Vue app out of the box
-
Easy Vue app configuration via folders and files
You’ll of course learn all the details in this course but the most important takeaway is that Nuxt.js makes the creation of better, more optimized and more capable Vue apps much easier – and all of that whilst adding pretty much no overhead.
In this course, I’ll teach you how to create Nuxt/ Vue apps from scratch! We’ll build an entire course project and dive into the core features Nuxt.js offers.
By the end of the course, you’ll have a complete Vue app, built with Nuxt.js, which can be rendered on the server (or as a static website!) and which is highly optimized.
The course will teach you:
-
What Nuxt.js exactly is and how it’s connected to Vue.js
-
How you use Nuxt.js to build better Vue apps
-
Everything you need to know about the “configure via folders & files” approach taken by Nuxt
-
Different build possibilities like SSR apps, SPAs or a static webpage
-
How you build an entire project, including authentication, via Nuxt.js
-
And way more!
Who am I?
My name is Maximilian Schwarzmüller and I’m the instructor of the 5* rated, bestselling Vue.js course here on Udemy. I worked with Vue since it’s beta, the same is true for Nuxt.js.
I absolutely love these two frameworks and I can’t wait to dive into them together with you!
Course Curriculum
Chapter 1: Getting Started
Lecture 1: Welcome & Introduction
Lecture 2: What is Nuxt.js?
Lecture 3: Join our Online Learning Community
Lecture 4: Understanding Server Side Rendering
Lecture 5: Nuxt vs "Normal" Server Side Rendering
Lecture 6: Creating New Nuxt Projects & Nuxt 2
Lecture 7: Creating our First Nuxt App
Lecture 8: Understanding the Folder Structure
Lecture 9: What can we Build with Nuxt?
Lecture 10: What's Inside This Course?
Lecture 11: How To Get The Most Out Of This Course
Lecture 12: Where to Find the Source Code
Chapter 2: Pages, Routing & Views
Lecture 1: Module Introduction
Lecture 2: From Folders to Routes
Lecture 3: Creating a Route with a Dynamic Path
Lecture 4: Adding Links & Navigating Around
Lecture 5: Validating Parameters
Lecture 6: Creating Nested Routes
Lecture 7: Layouts, Pages & Components – Theory
Lecture 8: Adding a New Layout
Lecture 9: Adding a Default Error Page
Lecture 10: Working with "Normal" Components
Lecture 11: Styling Nuxt Apps
Lecture 12: Wrap Up
Lecture 13: Useful Resources & Links
Chapter 3: Project – Pages, Routing & Views
Lecture 1: Module Introduction
Lecture 2: Creating the Main "Sections" (Pages)
Lecture 3: Adding External Fonts
Lecture 4: Creating the Landing Page
Lecture 5: Splitting the Page into Components
Lecture 6: Adding Static Assets – The Background Image
Lecture 7: Adding the Header Component
Lecture 8: Vue Router vs. Nuxt Router
Lecture 9: Working on the Post Page
Lecture 10: Creating an Admin Section
Lecture 11: Preparing the Backend
Lecture 12: Improving the App
Lecture 13: Adding a Separate Layout to the Admin Area
Lecture 14: Useful Resources & Links
Chapter 4: Handling Data
Lecture 1: Module Introduction
Lecture 2: Adding Dynamic Data
Lecture 3: Preparing Data on the Server-Side (through Nuxt)
Lecture 4: asyncData on Client & Server
Lecture 5: A Closer Look at the Context Object
Lecture 6: Adding Async Data to a Single Post
Lecture 7: Handling Errors with a Callback
Lecture 8: Using Promises in asyncData
Lecture 9: Important: Restart the dev server in next lecture!
Lecture 10: Adding the Vuex Store
Lecture 11: Vuex, fetch() and nuxtServerInit()
Lecture 12: Wrap Up
Lecture 13: Useful Resources & Links
Chapter 5: Connecting our App to the Backend
Lecture 1: Module Introduction
Lecture 2: Executing Code on the Server
Lecture 3: Adding Firebase as a Backend
Lecture 4: Using Firebase to Store Data
Lecture 5: Fetching Data from the Backend
Lecture 6: Initializing our Store
Lecture 7: Fetching all Posts
Lecture 8: Editing Posts
Lecture 9: Synchronizing Vuex and the Backend
Lecture 10: Wrap Up
Lecture 11: Useful Resources & Links
Chapter 6: Nuxt – Config, Plugins & Modules
Lecture 1: Module Introduction
Lecture 2: The Nuxt Config File
Lecture 3: The Loading Property
Lecture 4: Working with Environment Variables
Lecture 5: Manipulating Routing Settings
Lecture 6: Animating Page Transitions
Lecture 7: Adding Plugins
Lecture 8: Registering a Date Filter
Lecture 9: Understanding Modules
Lecture 10: Wrap Up
Lecture 11: Useful Resources & Links
Chapter 7: Middleware & Authentication
Lecture 1: Module Introduction
Lecture 2: What is Middleware?
Lecture 3: Adding User Signup
Lecture 4: Adding User Login
Lecture 5: Storing the Token
Lecture 6: Using the Token for Authentication
Lecture 7: Implementing a Middleware
Lecture 8: Invalidating the Token
Lecture 9: Persisting the Token Across Page Refreshes
Lecture 10: Implementing Cookies
Lecture 11: Fixing the Logout Timer
Lecture 12: Adding the Logout Functionality
Lecture 13: A Quick Bugfix
Lecture 14: Useful Resources & Links
Chapter 8: The Server Side
Lecture 1: Module Introduction
Instructors
-
Academind by Maximilian Schwarzmüller
Online Education -
Maximilian Schwarzmüller
AWS certified, Professional Web Developer and Instructor
Rating Distribution
- 1 stars: 31 votes
- 2 stars: 63 votes
- 3 stars: 320 votes
- 4 stars: 1669 votes
- 5 stars: 4744 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple