You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the Vue Study Jam! This study jam is designed to help you learn Vue.js and build awesome web applications. Below are some resources that you may find helpful:
Progress till now....
Excercise 2
The Book List (20 mins)
Steps involved:
Use create-vue to create your own vue project after forking the repo in submissions folder inside your username folder - here
The submissions must be done in submission folder forking the repo branch - to fetch latest changes to your local refer google as source :D
You will be having App.vue as one - and you need to create a component called BookList to list books with name of the book, author, genre, year - clue: use props
create another component BookForm form to add new books to the list - clue: use emits
Inside App Component use watch to update the heading of the page with the the latest book added - or top
Use computed to display the number of books
Create a layout - at first to divide the section for each component in App to wrap itself - clue: use slots
Excercise 1
Fav movie/anime/series ola characters list - form for adding characters - A section for faviortie list - a button for adding characters to faviortie list