6 posts tagged with "components"

View All Tags

Vue components and form communication

Oscar Miras

Oscar Miras

Singulars 2021

What are we going to do today?#

  • Two exercises about Vue components
  • Project

Class highlights#

What are we going to do next class?#

  • Vue routing (be able to have multi page applications /animals /messages /animals/123/details)
  • Vuex : to centralize state
  • Vue challange on friday (Oscar will try to find new front end project by friday. Help is welcome.)

Vue refactor, Vue Cli/templates, Custom Events

Oscar Miras

Oscar Miras

Singulars 2021

What are we going to do today?#

  • Refactor Vue exercises: taking advantage of some core JavaScript features
  • Vue-Cli: a better way to develope vue apps.
  • Component communication: how children and parent components communicate
  • Tik tok video feedback

Daily Highlights#

  • We learned about a new tool to scaffold Vue projects
  • ESLint tool to check error prone code.
  • We can access to parent's component HTML attributes with the variable 'this.$attrs'
  • We can define custom events to communicate data to parent component from a child components.

What are we going to do next class?#

  • Feedback to the tik tok please
  • Exercises with Vue files project
  • Finish Tik Tok video
  • Link video