Introduction to NuxtJS - Nested and dynamic pages, layouts, asyncData + axios, meta tags, and VueX
Video Statistics and Information
Channel: Vue Screencasts
Views: 49,123
Rating: 4.968689 out of 5
Keywords: Javascript, vuejs, vue, javascript frameworks, web development, frontend javascript, nuxtjs, vuex, vue-meta, vue-router, server-side rendering, meta tags, axios
Id: NS0io3Z75GI
Channel Id: undefined
Length: 78min 38sec (4718 seconds)
Published: Mon Oct 14 2019
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
I think I kind of bring this up anytime someone posts about Nuxt.
I do love the framework, and in a lot of regards it's really useful and increases development productivity quite a bit.
But debugging it can be a serious pain. It has a real tendency to just kind of eat exceptions and errors, and default to basically just saying "Somethings wrong", but doesn't actually give you any useful info as to what it is. I think that's pretty much 100% because it generates it's own version of the pages based on the code you put together in Vue.
If they ever improve the ability to debug it, and throw errors related to what you actually wrote, as opposed to some line it generates, or just saying "Missing stack frames", with no context as to where/why, then I really think it will gain a considerable amount of traction.
It's still an overall good framework, and I do recommend it, but be prepared for shit to just mysteriously not work.
Nice, highly recommend Nuxt if you're making a large application with Vue. Does so much out the box.