Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Vue 3 incl. Router, VueX, Composition API & Firebase

Posted By: BlackDove
Vue 3 incl. Router, VueX, Composition API & Firebase

Vue 3 incl. Router, VueX, Composition API & Firebase
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 146 lectures (15h 29m) | Size: 7.6 GB


Learn Vue 3 the right way, includes Router, VueX, Composition API, Firebase and many projects!

What you'll learn
Learn the fundamentals of Vue
Building Single Page Applications and understanding routing
Build bigger applications with VueX
Learning the all-new Composition API
Understand how to build small components and big applications with Vue
Build real life application projects with backend and authentication, and deploy them on the web!

Requirements
Basic JavaScript understanding
Basic HTML and CSS understanding

Description
Learn one of the most essential skills in 2022 and beyond - the Vue Framework!

This course will take you from a complete beginner to a Vue master in a short amount of time!

The course covers

Vue basics (app instance, templates, conditional rendering, loops, directives, form input binding, reactivity)

Components (component communication, props, events emitting, custom v-model directive, slots)

Single File Components (Vue CLI, build step)

Vue Router (creating routes, creating links, named routes, parameters, catch-all routes, programmatic navigation, route params as props, repeatable params, redirects, aliases, nested routes, navigation guards)

VueX and Shared State Management (mutations, actions, getters, VueX modules, VueX namespacing, VueX plugins, VueX helper functions)

Composition API (How to convert from Options API to Composition API, complete Composition API introduction including all-new functions, composables, the Script Setup, Vite)

Firebase (Firestore database, managing documents, and collections, Firestore transactions, real-time queries & updates, Firebase Authentication and security rules)

Deploying your app to Firebase hosting

The course is full of diagrams to explain more complicated topics, but generally, it's mostly hands-on - with code written on the screen.

It's not your typical YouTube tutorial though! I explain every bit of code that's written, as my goal is that you understand everything so you can do easily do it yourself later!

See my other course reviews, and enroll now, to get the most up-to-date, most substantial, and most fun Vue learning experience possible!

Who this course is for
Beginner JavaScript programmers who want to learn Vue
Beginners keen on learning