npm i
npm run serve
- Hook up the previous and next buttons in
App.vue
to cycle through posts from jsonplaceholder using axios. - Display the post body in
Post.vue
for the currently active post.
- Use vuex (it's already installed) to store all posts that are loaded. Then use that store to display already loaded posts.
- Add css styles. (You may install any dependencies you want to use)
- Refactor the components to use the new vue v3 composition api.