Client: Vue.js

This is a readme for a special project

Vue

Intention is to describe how to create and develop a Vue project; both for development and production.

Vuex

Intention is to describe how to use VueX to store reactive data. In other words, show how to use VueX to store data retrieved via API and have Vue detect and render the changes across any number of components.

Vue Events

Intention is to describe how to use Vue custom events to trigger application updates after a significant API call.

Directives

Intention is to describe how to use directives and create a movable dialog

Vue CLI