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.
Learn how to build a theme inheritance module in Nuxt.js. A perfect module for when you want to change parts of your codebase for special campaigns such as Black Friday or the holidays sales.
In this Vue.js testing tutorial you will learn how to test custom prop validators in a performant and elegant manner. You'll also learn how to test standard Vue.js props.
The Composition API (and other Vue 3 APIs) simplifies a lot when it comes to state management. Learn how the Composition API has changed the way I manage my application state.