Skip to content

A basic first app to understand Vue and its bindings and structure

Notifications You must be signed in to change notification settings

waqas656/first-vue-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

first-vue-app

A simple app to understand Vue basics like:

  1. Connecting an app to Vue
  2. How to manage whole or separate sections of our app with Vue
  3. Using bindings like:
    1. intepolation {{ }}
    2. v-bind
    3. v-model
    4. v-html
    5. v-on (e.g v-on:click or @click)
    6. v-for
  4. Understanding the purpose of data() and methods properties inside Vue.createApp()
  5. mount()

About

A basic first app to understand Vue and its bindings and structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published