Vue.js is an open-source model–view–viewmodel JavaScript framework for building user interfaces and single-page applications. Vue.js lets you extend HTML with HTML attributes called directives. The directives offer functionality to HTML applications, and come as either built-in or user defined directives.

Let’s continue with our Stream demo app, and review the process of adding new statuses to the stream. To allow for this, we’ll create a dedicated form component, pull in the Form and Errors classes from the Object-Oriented Forms episodes, and then update our Laravel backend code.

#vue #vue 2 #programming

Learn Vue 2: Dedicated Form Components
1.95 GEEK