Tags
Language
Tags
November 2024
Su Mo Tu We Th Fr Sa
27 28 29 30 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

Vue Masterclass

Posted By: BlackDove
Vue Masterclass

Vue Masterclass
Updated 12/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 789 lectures • 98h 17m | Size: 38.5 GB


Learn VueJS and build a complete project using Vue, Pinia, TypeScript, TailwindCSS, and more. Covers Vue 2 and 3.


What you'll learn
Build a complete, real-world Vue application using Vue, Pinia, Vue Router, and more
Master modern front end technologies like TailwindCSS, TypeScript, and Prettier
Use Vitest and Vue Testing Libary to write unit tests for all elements of the Vue ecosystem
Learn best practices for Vue component design
Covers both Vue 2's Options API and Vue 3's Composition API

Requirements
HTML
CSS
JavaScript (ES6 features)
Terminal
Description
Welcome to the most comprehensive Vue course on Udemy!

The Vue Masterclass introduces you to the powerful VueJS library for building dynamic, reactive front end interfaces.

VueJS has taken the web development community by storm and is a fantastic technology to learn in 2023:

Vue has been used to built over 1,000,000 websites

Vue has over 200,000 stars on GitHub

Vue downloads on NPM have doubled year-over-year

Vue is used by leading tech companies like Netflix, Apple, GitLab, and Nintendo.

The best way to learn a technology is to create something with it. That's why the Vue Masterclass consists of a complete real-world project that we'll build together from scratch. I'll be coding alongside you from the very first line of code.

I believe this course is the closest I've come to capturing what it feels like to be a Vue developer on the job. We'll introduce and complete user stories, discuss tradeoffs of different technical approaches, summarize what we've learned at the end of each section, and more.

No prior experience with Vue (or any other front end library) is needed. Beginners are welcome!

The course starts with Vue basics and progresses to advanced Vue concepts including:

Creating Vue components

Styling Vue components

Using Vue directives to compose dynamic interfaces

Passing props between components

Emitting events

Routing our user from page to page

Testing Vue components

and more!

Throughout 50+ hours of video content, we'll cover numerous aspects of the Vue ecosystem including:

Vue (including both the Options API from Vue 2 and the new Composition API in Vue 3)

Pinia for global state management

Vue Router for navigating the user across pages in our application

Testing with Vue Testing Library and Vitest

Scaffolding Vue applications with Create Vue

Styling components with Tailwind CSS

Adding type checking with TypeScript

Linting our code with ESLint

Formatting our code with Prettier

and more!

Another aspect that makes the course special is its emphasis on testing. We'll discuss how to unit test our Vue applications using the Vitest and Vue Testing Library packages. We'll also walk through various testing methodologies, including test-driven development (TDD).

Vue Masterclass offers you an incredible, comprehensive introduction to the powerful Vue library. I'm super excited to build this project together with you and I can't wait to see you in the course!

Who this course is for:
Frontend developers eager to learn a modern library for building reactive interfaces
React/Angular developers curious to try an alternative view library
Students who learn best by doing rather than watching