Code Splitting with Vue.js and Webpack

The longer it takes for your app to load, the more frustrating it’s for the user, especially on mobile. In this article I’ll show you how to ‘code split’ a Vue.js app with Webpack so users can see and interact with your app much quicker. Read more

Similar