

Take your first steps with Vue.js
- Offered byMicrosoft
Take your first steps with Vue.js at Microsoft Overview
Duration | 1 hour |
Total fee | Free |
Mode of learning | Online |
Schedule type | Self paced |
Difficulty level | Intermediate |
Official Website | Explore Free Course |
Credential | Certificate |
Take your first steps with Vue.js at Microsoft Course details
- Get started with Vue
- Dynamic page displays with Vue.js
- Work with data and events in Vue.js
- Getting started with Vue CLI and single-file components in Vue.js.
- Vue.js is a progressive web framework allowing developers to get up and running quickly, with the addition of a script tag
- In this learning path, you'll: Explore the core concepts of Vue.js, Practice displaying lists and conditional data, Work with forms and events, Create components by using Vue CLI
- This course explores how to make your page dynamic based on those values and how to display lists of information
- You'll also see how to add computed values that can be calculated based on updates to the data
Take your first steps with Vue.js at Microsoft Curriculum
Get started with Vue
Introduction
Get started with Vue.js
Exercise - Create an app by using Vue.js
Attribute binding
Exercise - Practice attribute binding
Knowledge check
Summary
Dynamic page displays with Vue.js
Introduction to dynamic displays
Render lists
Practice rendering lists
Use conditional rendering
Practice using conditions
Knowledge check
Summary
Work with data and events in Vue.js
Overview of dynamic data and events
Work with forms
Exercise - Bind data to forms
Work with events
Exercise - Add event handlers
Understand computed properties
Exercise - Add computed properties
Knowledge check
Summary
Getting started with Vue CLI and single-file components in Vue.js.
Introducing Vue CLI and custom components
Get started with Vue CLI
Create an application by using Vue CLI
Get started with Vue components
Create a component
Component props
Add props to a component
Custom events for components
Add a custom event to a component
Knowledge check
Summary