Tuesday, January 10, 2017

vue.js plugins

Recently I've spent some time with vue.js framework. I've been tweeting about it a lot, plus developed several small functional plugins/app for it.

vue.js content scroll progress plugin

Top bar indicating amount of content scrolled
https://github.com/shershen08/vuejs-content-scroll-progress
Install: npm install vue-content-scroll-progress --save

vue.js lorem ipsum

Lorem ipsum text generator component for vue.js
https://github.com/shershen08/vue-lorem-ipsum
Install: npm install vue-lorem-ipsum --save


vue.js sound player

HTML5 <audio> tag sound player UI for Vue.js v2
https://github.com/shershen08/vuejs-sound-player

Install: npm install vue-audio --save

vue.js CRUD app

Demo app with router

No comments:

Post a Comment