3 Code Splitting Patterns for VueJS and Webpack

Code splitting an app is a great way to improve its initial loading speed and can easily be achieved with Webpack. But where and when do you split your code? In this article I’ll present three patterns for code splitting a Vue.js app: by page, by page fol… Read more

Similar

Summary on Vue 3 new features

Vue-next (Vue 3) has been out for a while. It is now under release candidate stage which means there won't be big changes on the open APIs. Good to see that Vue has already been stabilized and ready to waltz into our projects. (more…)

Read more »