Vue.js: Working with APIs

Go to class
Write Review

Free Online Course: Vue.js: Working with APIs provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Vue.js: Working with APIs is taught by Ray Villalobos.

Overview
  • Learn how to build Vue.js applications that leverage data and interactivity from popular APIs, including Fetch, Axios, and Vuex.

Syllabus
  • Introduction

    • Using APIs with Vue.js
    • Using the exercises for this course
    1. Preparing Apps for APIs
    • Installation with Vue CLI
    • Adding additional modules
    • Theming our installation
    2. Working with Local State
    • Working with state
    • Using state in sub-components
    • Looping through your state
    • Using the HTML Audio API
    3. Working with APIs
    • Lifecycles and the Fetch API
    • Connecting with Axios
    • Working with external APIs
    4. Other Options
    • State management with Vuex
    • Creating Vuex actions
    • Installing Firebase
    • Displaying Firebase data
    • Modifying data in a multi-user environment
    Conclusion
    • Next steps