This course walks you through the steps of creating a News web app using Vue.js and the Nuxt framework. You will learn how to create dynamic pages for each section of your application and load, store, display, filter, and style the data. Then end result will be a News app with multiple category pages, comments for each section, and user pages.
Very easy to follow and it goes through some of the must learn items for nuxt, such as axios, components, vuex and links. Although I am not sure how the nuxt being used here is different from the current version.
some more detail on the store would have been nice
John uses really good examples to show each feature of vue/nuxt, I enjoy the course a lot because this. I would recomend to maintain data inside store even in the last examples just to practice
Excellent - concise, clear and manages to cover a lot in a very short time.
I had experienced in old frontend frameworks. This was ideal to get up to speed in the Vue.js paradigm.
Hey John, taking a minute here - your courses are always very focused, short and precise. You still get a broad understanding of the course's subject, but in a straight forward fashion, all the while covering a lot of ground. Thanks, been following you for quite a while now. :-)
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.