Vue.js: Getting Started

placeholder

This 14-video course explores Vue.js a Javascript front-end framework that is lightweight flexible progressive and easy to set up and use to quickly start creating apps. You will learn how to install Vue; use Vue devtools; set up a Vue environment for development; and learn how Vue handles common front-end necessities such as styling routing and state management. Then learn how to configure a Vue instance to drive the app. You will examine attribute binding in Vue a one-way data bind to set an HTML attribute based on a value coming from our Vue instance. You will explore looping in Vue templates and learn to render the same bit of a template many times. Learners will examine how to conditionally render DOM (document object model) elements based on custom conditions. You will learn to use Vue methods to find re-usable blocks of code. Finally the course will explore the Vue CLI (command-line interface) a command line executable to run on your development machines to create Vue apps.