Completed
3.2 Starting a Project From Scratch
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Vue.js Tutorial - Beginner to Front-End Developer
Automatically move to the next video in the Classroom when playback concludes
- 1 1.1 Introduction
- 2 2.1 Getting Started With Vue
- 3 2.2 Using Loops to Generate Content
- 4 2.3 Binding Data to Attributes
- 5 2.4 Setting Up Events
- 6 2.5 Binding CSS Classes I
- 7 2.6 Using Computed Properties
- 8 2.7 Binding CSS Classes II
- 9 2.8 Introducing Components
- 10 2.9 Understanding Data Flow
- 11 3.1 Getting Started With the Vue CLI
- 12 3.2 Starting a Project From Scratch
- 13 3.3 Applying CSS to Components
- 14 4.1 Using the created Lifecycle Event to Load Data
- 15 4.2 Working With Unset Props
- 16 4.3 Deciding When to Load Data
- 17 4.4 Working With Forms
- 18 4.5 Validating Forms
- 19 4.6 Updating and Filtering Data
- 20 4.7 Using Watchers
- 21 5.1 Creating Custom Events
- 22 5.2 Writing a Global Event Bus
- 23 6.1 Introducing Vue Router
- 24 6.2 Using Route Params
- 25 6.3 Loading Data for Views
- 26 6.4 Watching Params to Reload Data
- 27 6.5 Using the Router's Active Class
- 28 6.6 Nesting Routes
- 29 7.1 Introducing the Composition API
- 30 7.2 Providing and Injecting Dependencies Into Components
- 31 7.3 Accessing Props and Router Functions
- 32 7.4 Binding Data and Working Wth Forms
- 33 7.5 Defining Computed and Watched Values
- 34 7.6 Implementing the Delete Functionality
- 35 8.1 Conclusion