Vue Skycons
I’m a big fan of the weather icons from Dark sky called Skycons. They are animated and are easy to customize. I wanted to be able to use them in my Weather and WeatherTab extensions which are written using VueJs. I decided to write a Vue plugin to make them easier to use with Vue. Like most things in Vue, plugins are simple to create. Check out the source code on GitHub.
Install using npm i vue-skycon
import Vue from 'vue' import VueSkycons from 'vue-skycon' Vue.use(VueSkycons)
Let me know if you use this package in your app!