Course Description
Vue.js is a modern front-end framework for rapidly building web apps. Discover how to create a Vue app from scratch, use the Vue CLI, and work with the Vue instance.
Learning Objectives
Vue.js: Getting Started
- describe the Vue Framework and how it fits into modern web development
- install Vue for use in the development of a single page app
- install Vue DevTools and configure VSCode to facilitate Vue development
- create a Vue instance as the basis for a Vue single page app
- set up one way data binding between HTML attributes and Vue expressions
- use the v-for directive to repeatedly render elements
- add and remove items conditionally from the DOM using v-if and its variants
- detect and respond to DOM events with Vue
- add methods to a Vue instance via the methods property
- install the Vue CLI on a development machine
- use the Vue CLI to configure and create a new Vue project
- navigate the structure provided by a Vue CLI project
- develop and run a simple Vue-based single page app