Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 916 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 916 Bytes

Vue-Workshop

Short crash vue workshop held at Shubhu Tech P. LTD

Tutors:

Designer:

Table of contents

  1. Introduction to Vue Instance
  2. Computed properties, watchers and methods

Introduction to Vue and Vue Instance

This part covers the installation, basic guides and the Vue Instance.
A short introduction to Vue basics. Replay can be found at: Vue workshop day 1

Computed properties, watchers and methods

We discuss difference between computed properties and watchers. Also use method and v-model form binding to do a small project. Vue workshop day 2