VueJs Beginner part 1

vuejs-beginner-part-1

I started learning VueJs and tend to share it with you step by step. Slowly, but steadily.

The Progressive JavaScript Framework
An approachable, performant and versatile framework for building web user interfaces.

Features and benefits :

  • Virtual dom like react js
  • lightweight 10k gzip
  • Progressive : it can be used for small and large
  • Vue ecosystem
  • Incrementally adoptable : it can be integrated for any legacy application page by page. it doesn’t need be write whole app

History of Vue js

Image description

Some VueJS Directives

v-model: Create a two-way binding on a form input element or a component.
v-if
v-else-if
v-else
v-colak : Used to hide un-compiled template until it is ready.

a sample project to check VueJs Directives on a project

more directives here

Total
1
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post
resolving-git-merge-conflicts

Resolving Git Merge Conflicts

Next Post
intro-to-bubble-tea-in-go

Intro to Bubble Tea in Go

Related Posts