Introduction to Vue.js

Introduction to Vue.js

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 5h 06m | 1.56 GB

Get started quickly with the Vue.js JavaScript framework! Learn how to build custom, reusable components and animate them. Use props, slots, and scoped styles to create flexible components. Plus learn advanced features like filters and mixins for transforming data. Get a single page application up and running fast with the Vue-CLI and learn how to work with Vuex to manage the state of larger-scale applications. This course is for developers with an intermediate knowledge of JavaScript who want to learn how to build and maintain complex applications quickly and efficiently.

Table of Contents

Introduction to Vue.js
1 Introducing
2 Course Agenda

Directives & Data Rendering
3 Vue Instance
4 Challenge 1 – Solution
5 Comparing Vanilla JavaScript
6 Directives
7 Challenge 1 – Calculator

Methods, Computed, & Watchers
8 Methods
9 Working with Methods
10 Computed Properties
11 Challenge 2 – Updating a Blog
12 Challenge 2 – Solution
13 Reactive Programming
14 Watchers

Components
15 Tamplates
16 Introducing Components
17 Props
18 Refactoring into a Components
19 Comminicating Events
20 Slots
21 Keep-Alive
22 Challenge 3 – Refactoring into a Component
23 Challenge 3 – Solution

Vue CLI & Next.JS
24 Introducing Vue CLI
25 Introducing Vue CLI Walktrough
26 Vue Snippets
27 Lifecycle Hooks
28 introducing Nuxt
29 Nuxt.js Application Walktrough
30 Challenge 4 – Vue CLI

Animations
31 Planning & Fancy Demo
32 Introducing Animations
33 CSS Animation
34 Challenge 5 – Adding Animation
35 Challenge 5 – Solution
36 Transition Modes
37 JavaScript Hooks
38 Connect to Interaction
39 Simple Transition
40 Pre-Specific Transitions

Filters, Mixins, & Custom Directives
41 Filters
42 Mixins
43 Custom Directives
44 Challenge 6 – Filter
45 Challenge 6 – Solution

Vuex
46 Introducing Vuex
47 Examining a Vuex Setup
48 Vuex Example Walkthrough
49 Challenge 7 – Vuex
50 Challenge 7 – Solution

Wrapping Up INtroduction To Vue
51 Wrapping Up