Vue.js: Getting Started

Pluralsight
Course Summary
Vue.js is a lightning fast framework that lets you build web apps in a simple way. This course will quickly get you started with Vue.js by teaching you why Vue.js is valuable, how to get data from a user, handle events, and render efficiently.
-
+
Course Description
Are you trying to build a web app and the technology is getting in the way? In this course, Vue.js: Getting Started, you'll learn about a JavaScript framework that is intuitive enough to let you focus on your goals. First, you'll learn how to create lightning fast web apps in a refined and simple way. Next, you'll explore how to create HTML templates. In addition, you'll cover how to bind to data input by a user and react to user events. Finally, you'll learn how to conditionally render content the appropriate way. When you're finished with this course, you'll be able to start building fast-running apps with Vue.js.
-
+
Course Syllabus
Course Overview- 0m 55s
—Course Overview 0m 55sIntroducing Vue.js- 20m 29s
—Introducing Vue.js 1m 17s
—Why Should I Care About Vue.js? 0m 36s
—The Simplicity of Vue 5m 7s
—Running Fast with Vue 2m 13s
—Other Considerations for Vue 2m 13s
—Installing and Setting up Vue 0m 31s
—Installing Vue.js 1m 25s
—Installing Axios 0m 47s
—Initializing an Instance of Vue 1m 10s
—Mounting an Instance of Vue 0m 57s
—Lifecycle of a View 4m 10sCreating Vue.js Templates- 28m 44sBinding with Forms in Vue.js- 16m 56sResponding to User Events in Vue.js- 32m 45sConditional Rendering and Rendering of Lists- 28m 41sReacting to Data Changes with Filters, Computed Properties, and Watchers- 23m 39s