Vue

Do you have components in your Vue.js app that share similar options, or even template markup? In this article I'll show you a design pattern for extending Vue components that'll help keep your code DRY.

One possible downside to bundling your single page app with Webpack is that you can end up with a really big bundle file. Code splitting is the idea that a bundle can be fragmented into smaller files.