- Course
- Core Tech
Vue: Getting Started
Learn how to design components, display data, present lists and inputs, handle user interactions, navigate between views, manage data, and get started with all of the key tools to make you efficient at developing with Vue in this hands-on course.
What you'll learn
Are you interested in how to use the fundamental features of Vue? In this course, Vue: Getting Started, you will learn foundational knowledge of how to start developing with Vue to create web applications. First, you will discover how to create and run your app with the Vue CLI, and how to build components which are the building blocks of your application. Next, you will learn how to build the user interface with templates, and how to choose the right data binding features. Finally, you will explore how to get and send data with HTTP, add menus to navigate your application with routing, and how to manage data and state with Vuex. When you are finished with this course, you will know all the basics you need to build your own Vue applications.
Table of contents
- Introducing Vue Data Binding | 36s
- Creating Bindings in the Header Bar | 4m 23s
- Display Text | 4m 28s
- Handling Event | 3m 28s
- Accepting User Input with Two-way Bindings | 2m 6s
- Checkbox, Radio Buttons, and Style Bindings | 2m 24s
- Select and Class Bindings | 4m 27s
- Recap of Tips for Displaying Data | 1m
- Introducing Component Communication | 49s
- Nesting Components in Components | 4m 14s
- Passing Values to Child Components with Props | 3m 48s
- Refactor One Component into Parent and Child Components | 5m 31s
- Passing Objects in Props | 6m
- Communicating from Child to Parent with Events | 4m 47s
- Sharing Code with Mixins and Modules | 6m 43s
- Recap of Component Communication | 1m 4s
- Introducing Vuex | 1m 2s
- No Central Store | 1m 42s
- Centralize the Data Flow with Vuex | 5m 57s
- Add Vuex to Your App | 4m 25s
- Describing Your State | 5m 18s
- Fetching State | 6m 30s
- Getting Specific State | 3m 57s
- Strict Mode | 4m
- Mutating State | 3m 37s
- Actions | 4m 28s
- Communicate Between Components and the Store | 5m 4s
- Final Solution Walk-through | 1m 56s
- Recap of Vuex | 1m 24s
About the author
John Papa is a Principal Developer Advocate with Microsoft and an alumni of the Google Developer Expert, Microsoft Regional Director, and MVP programs.
More Courses by John