Udemy

Vue 3, Nuxt.js and NodeJS: A Rapid Guide - Advanced

Enroll Now
  • 165 Students
  • Updated 12/2021
4.2
(22 Ratings)
CTgoodjobs selects quality courses to enhance professionals' competitiveness. By purchasing courses through links on our site, we may receive an affiliate commission.

Course Information

Registration period
Year-round Recruitment
Course Level
Study Mode
Duration
8 Hour(s) 27 Minute(s)
Language
English
Taught by
Antonio Papa
Rating
4.2
(22 Ratings)
4 views

Course Overview

Vue 3, Nuxt.js and NodeJS: A Rapid Guide - Advanced

VueJS with Typescript, Nuxt.js, Vuetify, Composition API, NodeJS, Docker, Redis, Stripe, Frontend & Backend Filtering

Learn how to create an Ambassador App using Vue 3, NuxtJS and NodeJS. We will build 3 frontend apps Admin, Ambassador and Checkout and they will consume a big NodeJS API.

In NodeJS you will learn: 

  • Use Docker

  • Use TypeORM and connect with MySQL

  • Use Typescript

  • Use Middlewares

  • Generate Jwt Tokens

  • Use HttpOnly Cookies

  • Login with Scopes

  • Use Redis

  • Use Stripe

  • Sending Emails

  • Filter Cached products

In this Vue you will learn: 

  • Use Vue with Typescript

  • Use Nuxt.js with Typescript

  • Use Vuex

  • How to use Composition API and Options API

  • Use Vuetify

  • Create public and private routes

  • Pay with Stripe

I'm a FullStack Developer with 10+ years of experience. I'm obsessed with clean code and I try my best that my courses have the cleanest code possible.

My teaching style is very straightforward, I will not waste too much time explaining all the ways you can create something or other unnecessary information to increase the length of my lectures. If you want to learn things rapidly then this course is for you.

If you have any coding problems I will offer my support within 12 hours when you post the question. I'm very active when trying to help my students.

So what are you waiting for, give this course a try and you won't get disappointed.

Course Content

  • 7 section(s)
  • 85 lecture(s)
  • Section 1 Introduction
  • Section 2 Node Admin
  • Section 3 Node Ambasador
  • Section 4 Node Checkout
  • Section 5 Vue Admin
  • Section 6 Vue Ambassador
  • Section 7 Nuxt Checkout

What You’ll Learn

  • Use Docker
  • Login with HttpOnly Cookies and Multiple user Scopes
  • Caching with Redis
  • Paying with Stripe
  • Different types of Users
  • VueJS with Typescript
  • NuxtJS with Typescript
  • Use Vuetify
  • Use Composition API and Options API

Reviews

  • J
    JCC Vue
    3.0

    it's helped me a lot, but most of the library they're using are deprecated

  • M
    Muhsin Ahadi
    5.0

    Good explanation and clear concept

  • J
    John Jamison
    2.0

    Possibly because of different versions of cors being available the code presented didn't work and had to adjusted to not throw errors. The updated functioning code for index.ts import express, {Request, Response} from 'express' import cors from 'cors'; const app = express(); const corsOptions = { origin: 'http://localhost:3000' } app.use(express.json()) app.use(cors(corsOptions)); app.get('/', (req: Request, res: Response) => { res.send('Hello World 2') }) app.listen({ port:8000, callback:() => { console.log('listening to port 8000') }})

  • C
    Chinedu Onwuasoanya
    4.5

    Amazing. Instructor is clear and concise.

Start FollowingSee all

We use cookies to enhance your experience on our website. Please read and confirm your agreement to our Privacy Policy and Terms and Conditions before continue to browse our website.

Read and Agreed