Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
October 23, 2022 08:16 pm GMT

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


Original Link: https://dev.to/hshoja/vuejs-beginner-part-1-59b7

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To