Vue.js: Building an Interface

Go to class
Write Review

Free Online Course: Vue.js: Building an Interface 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: Building an Interface is taught by Ray Villalobos.

Overview
  • The perfect way to learn Vue.js is to use Vue.js. Learn to create a simple app with Vue.js and master the basics of this flexible and power component-based framework.

Syllabus
  • Introduction

    • How Vue.js is different
    • Using the exercises for this course
    1. Getting Started
    • Installing projects using the Vue CLI
    • Understanding Vue CLI installations
    • Installing custom modules
    2. Working with Modules and Data
    • Cleaning up and loading a module
    • Importing Font Awesome icons
    • Looping through data with directives
    • Using Axios to import data
    3. Props, Methods, and Events
    • Using props in subcomponents
    • Adding a Bootstrap template
    • Using Moment.js for dates
    • Deleting records
    4. Indexing, Editing, and Adding Records
    • Creating an index
    • Editing records
    • Adding records templates
    • Managing form data with V-model
    • Adding records to your data
    5. Searching and Filtering
    • Creating a search component template
    • Building search methods
    • Filtering lists
    • Updating your drop-down template
    • Finishing your application
    Conclusion
    • Next steps