vue-meteor This project is currently in beta. vue+meteor is a set of packages to help you create awesome apps quickly and efficiently with two great web technologies: vuejs is the frontend meteor
vue-disqus Vue component to integrate Disqus comments in your application Vue.js, with support for SPA and Vue 2.* Installation 1.) Install package via NPM $ npm install vue-disqus For Vue 1.* use v1.
Vue-Responsive Is a directive to use responsive breakpoints on html elements. Because sometimes it's nice to have a chance to let the view do resolution specific things. Dependencies: Only Vue.js 2.0
vue-outside-events Vue 2.x directive to react on events outside of an element without stopping the event's propagation. Works well for handling clicks outside of menus and popups. Can handle any DOM event
Vue.resize Vue directive to detect HTML resize events based on CSS Element Queries with deboucing and throttling capacity. Use throttle when you need to rate-limit resize events frequency. With default timeout (150
Vue ShortKey Vue-ShortKey - plugin for VueJS 2.x accepts shortcuts globaly and in a single listener. Install npm install vue-shortkey --save Usage Vue.use(require('vue-shortkey')) Add the shortkey directive to the
Using the browser's native API for .toLocaleTimeString to get rid of libraries like moment.js for world time that respects daylight savings. Made with Vue, SVG, GreenSock. The dial was built off of
'Submit' button with built-in progress indicator Simple implementation of Ladda (1, 2) in less than 90 lines of code with no dependencies. It can use Bootstrap 3 button styles or you can style
Vue Google Autocomplete A Vue.js (2.x) autosuggest component for the Google Maps Places API. Benefits I have tried to use different Vue Google Autocomplete components, but did not find any that
VueLongpress A VueJS (2.x) button component that requires you to keep pressing to confirm a given action. Confirmation button for sensitive action, which requires to be hold for an amount of seconds
vue-float-label Float label pattern for Vue.js. Cross-browser compatible and easy to customize with CSS. <float-label> <input type="text" placeholder="Label"> </float-label> Installation
vue-password-strength-meter Interactive password strength meter based on zxcvbn for vue.js Live Demo https://apertureless.github.io/vue-password-strength-meter/ GitHub
vue-smooth-picker Let's more easily select some data on the touch screen device, such as time / city / gender / seat number / product / ... Live Demo https://hiyali.github.io/vue-smooth-picker/example/product/ GitHub
A Vue.js plugin that affixes an element on the window while scrolling based on a relative element Unlike other plugins, this Vue2 component will make it easy to affix any element. Affixes
vue-kanban A drag and drop kanban board component. This kanban drag and drop layout is inspired by Invision, Trello, Google Keep. Live Demo https://brockreece.github.io/vue-kanban/ GitHub
TwentyTwenty Image comparison component, works with Vue.js 2.x A small component to quickly let users see the differences between 2 images. Based on the work I did for ZURB's TwentyTwenty plugin.
vue typer Vue component that simulates a user typing, selecting, and erasing text. VueTyper does not have any direct dependencies to any library or framework -- not even to Vue itself! Any required