6 posts tagged with "components"
View All TagsWhat 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.)
What are we going to do today?#
- Dynamic components in Vue
- Learn about different workflows to develope software
- First week app planifications
- Talk about registering Tender app
What are we going to do next class?#
What are we going to do today?#
- Questions about the UserList exercise?
- Full Vue component exercise: "poker game"
What are we going to do next class?#
- Talk about Poker exercise
- Talk about registering Tender app
What are we going to do today?#
- Feedback to the tik tok please
- Exercises with Vue files project
- Finish Tik Tok video
- Link video Vue-cli & templates Vue
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
What are we going to do today?#
- JavaScript array methods
- Introduction to Vue Components
- Talk about tik tok video
Daily Highlights#
What are we going to do next class?#
- Vue-Cli: a better way to develope vue apps.
- Component communication: how children and parent components communicate