Vue JS Tutorial

Rumman Ansari   Software Engineer   2023-03-24   9804 Share
☰ Table of Contents

Table of Content:


Welcome to Vue
  • Vue (pronounced as View), is a progressive JavaScript framework, used to build front-end applications.

  • It is an approachable, versatile, performant JavaScript framework.

  • Vue allows a developer to create view pages, which are maintainable and testable code.

  • The webpage developed using Vue, can be divided into multiple reusable components, each with its own HTML, CSS, and JS code.

This course gives the basic knowledge about Vue JS. The course plan involves the following topics:

  • Developing a Hello World application

  • Attribute Binding

  • Conditional Rendering

  • List Rendering

  • Event Handling

  • Class and Style Binding

  • Computed Properties

  • Components

  • Communicating Events

  • Vue Forms

  • Vue Tabs