Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 308 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 308 Bytes

My twitter Clone


On this proyect I worked with Vue to create a minimal twitter like app, simple to try some of the Vue concepts as:

  • Templates
  • Vue Directives
  • Methods
  • Conditionals and Loops,
  • Handling events
  • The Two way model binding using v-model
  • Computed properties and methods