Course Overview
Target audiences
- This course is intended for developers and designers.
Schedule Dates
Curriculum
-
Module 1: Understanding Vue 3 and Creating Components
-
Module 2: Data Binding, Form Validations, Events, and Computed Properties
- Creating the “hello world” component
- Creating an input form with two-way data binding
- Adding an event listener to an element
- Removing the v-model from the input
- Creating a dynamic to-do list
- Creating computed properties and understanding how they work
- Displaying cleaner data and text with custom filters
- Adding form validation with Vuelidate
- Creating filters and sorters for a list
- Creating conditional filters to sort list data
- Adding custom styles and transitions
- Using vue-devtools to debug your application
-
Module 3: Components and Component Communication
-
Module 4: Fetching Data from the Web via HTTP Requests
-
Module 5: Managing Routes with vue-router
-
Module 6: Managing the Application State with Vuex
-
Module 7: Creating Beautiful Applications Using UI Frameworks
-
Module 8: Unit Testing in Vue