In this article, we'll compare the Vue 2 and Vue 3 app initialization code and reveal the drawbacks of the Vue 2 approach, as well as cover how Vue 3 solves this shortcoming.
In this article, we take a deep dive into the new Teleport feature that was introduced with Vue.js 3. Teleport is a special component that allows us to render components in different places in the DOM tree.
In this article, Alex Kyriakidis, founder of Vue School, answers the two most frequently asked questions after the release of Vue 3. Which Vue.js version should I use in 2020 and when is the Vue 3 Masterclass coming?
By using domain-driven design you can create more modular and maintainable Vue.js applications. Learn all about it in part 2 of 3 in our Modular Vue.js Application series.
By using domain-driven design you can create more modular and maintainable Nuxt.js applications. Learn all about it in part 1 of 3 in our Modular Vue.js Application series.
Learn about the difference between server-side and client-side rendered optimization, and how to optimize your Nuxt SSR applications for optimal performance.
Learn which challenges the Composition API brought to Nuxt.js, and which posibilities we got when the Nuxt team released the powerful @nuxtjs/composition-api module.