How to auto-generate SVG sprites with webpack and svg-sprite-loader

by Ane Min Garnaas

When developing, there are several benefits to using SVG sprites, but maintaining sprites can quickly become difficult and time-consuming. With Webpack and svg-sprite-loader your sprite will be automatically generated when you bundle your code. What is an SVG sprite? A sprite is a collection of something, ex. images, put into…

VUE UI - A graphical interface to control your Frontend application.

by Torger Angeltveit

Vue UI makes it effortless to set up a Vue frontend project with webpack. It should take no longer than 5 minutes to set up a frontend build system with your preferred settings. Let's go through the necessary steps in order to set up a new Vue project…

Streamlining TypeScript development with webpack dynamic imports

by Karl SolgÄrd

HTTP/2 is upon us. Lazy-loading resources doesn't have the same performance disadvantages as in HTTP/1. This allows us to prefer loading many files on demand rather than loading a big blob of JavaScript on the initial load. Let's look at a pattern that simplifies…