Back to All Articles

Articles tagged vuejs:

Hot Module Reload (HMR) Issues

HMR issues after creating new Vue app via vue-cli. Hot Module Replacement (HMR) exchanges, adds, or removes modules while an aplication is running, without a full reload. Ultimately, this significantly improves development efforts.

Read More
Your connection is not private–Google Chrome

Working local, working with https? Got your desktop environment working well, however while using Chrome and browsing you get this "not private" error. You can continue working/browsing if you click through advanced and proceed. This is great but if you are reading this my bet you are looking for a better solution. Read on!

Read More
NPM - dependencies vs devDependencies

Webpack is one of those technologies that has become increasingly important and yet struggles to be clear and obvious for most developers. One of the best ways to get up to speed is to start from scratch (empty package.json) and build up one piece at a time to understand how it works. Below are some notes about package.json and how dependencies are established.

Read More