Electron and Vue.js project: app that sets your Mac desktop background with an image

Take a look at an Electron and Vue.js project. Its aim is to create an application that sets your Mac OS desktop background with an Unsplash image.

The capabilities and customization with Electron are endless.

Because of difficulties regarding communication between the Electron and Vue.js files with webpack, an Electron and Vue.js boilerplate was used, that had everything wired up including testing.

The syntax of vue files is using vue-loader, which transforms Vue components into a plain JavaScript module.

Read the tutorial here.