3 Code Splitting Patterns For VueJS and Webpack

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 fold and by condition.