June 1st, 2022
Vue 3’s Composition API provides two main ways of declaring reactive data. What’s the difference between these and which should you use?...
vue.js vite
April 13th, 2022
Learn to build a video course single-page app with Vue 3 and Vite....
October 26th, 2021
How a Vue-based app using Astro's islands architecture can lead to potentially better performance than a SPA....
vue.js astro components
March 23rd, 2021
Learn how to make a fast, maintainable Vue 3 app with Fastify and Vite....
vue.js nuxt vite
March 2nd, 2021
Learn to build a data visualization Vue app with various third-party libraries...
vue.js
December 7th, 2020
Vite's dev server is 10-100x faster than Webpack and Vue CLI. Does this mean Vue CLI is obsolete? In this article, we'll compare the two build tools and address their pros and...
vite vue-cli webpack