Algolia components for building search UIs with Vue.js

Vue InstantSearch Lightning-fast search for Vue.js apps Installation Vue InstantSearch is available in the npm registry. Install it: # with npm npm install --save vue-instantsearch # with yarn yarn add vue-instantsearch Live Demo https:
13 September 2017

A Vue.js pluggin for fuzzy search library

vue-fuse A Vue.js pluggin for fuzzy search library, Fuse.js There are two ways to use this plugin. The vue-fuse component, or the $search method. Be sure to take a look at
13 September 2017

The compoent of vue 2.x for qart.js

vue-qart You should read it before you using vue-qart Live Demo https://chenhuichao.com/vue-qart/demo/ Installation install with NPM npm install vue-qart --save Import import VueQArt from 'vue-qart' new Vue({ components: {VueQArt}
12 September 2017

Type-check your script in your vue-loader

TypeScript loader for Vue-loader Type-check your script in your Vue-loader. Easier importing .ts file in vue's SFC. Installation npm install vue-ts-loader You will also need to install TypeScript if you have not already.
08 September 2017

ES / TypeScript decorator for class-style Vue components

vue-class-component ECMAScript / TypeScript decorator for class-style Vue components. Usage Required: ECMAScript stage 1 decorators. If you use Babel, babel-plugin-transform-decorators-legacy is needed. If you use TypeScript, enable --experimentalDecorators and --allowSyntheticDefaultImports flag. Note: methods can
08 September 2017

Typescript decorators to make vue feel more typescripty

vue-typescript Typescript decorators to make vue play nice with typescript. Install This package has one single peer-dependancy: Vue (obviously) npm install --save vue-typescript For the best experience you will want to use typings
08 September 2017

A Vue Component for use with ag-Grid

ag-Grid Vue Component Live Demo https://www.ag-grid.com/ Install with Bower $ bower install ag-grid-vue Install with npm $ npm install ag-grid-vue Frameworks Supported Framework specific Getting Started guides: Angular 1 | Angular 2 | Aurelia
08 September 2017

A fancy Materialize CSS datatable VueJS component

vue-materialize-datatable A fancy Materialize CSS datatable VueJS component. Library is kind of unstable. Bugs, missing features might be present Features Sorting, with numerical sorting Pagination Fuzzy searching Excel export Printing Custom topbar buttons
07 September 2017

Datatable component with sorting and aggregation

Datatable The datatable component is essentially a "glorified table" designed to efficiently display dense data. Datatables aren't a heavily used component but they are fundamental to business applications - particularly ones
07 September 2017

Vue 2 component for jquery.floatThead

vue-floatthead Vue 2.0 component for floatThead, a floating & sticky table header plugin. Installation npm $ npm install vue-floatthead Getting Started <template> <float-thead-table> <thead> <tr>
07 September 2017

A Vue.js 2 grid Tables components

Vue Tables 2 A Vue.js 2 grid Tables components. Live Demo https://jsfiddle.net/matfish2/823jzuzc/ Usage Dependencies Vue.js (>=2.0) Server Side: axios OR vue-resource (>=0.9.0)
07 September 2017

Vue.js notification plugin

vue-notifikation Vue.js notification plugin. Installation Library can be installed via downloading a git repo: git clone https://github.com/happyCoda/vue-notifikation.git An npm package also available: $ npm install vue-notifikation Getting started
02 September 2017

A toast plugin for vue/vue2

Vue-Easy-Toast A toast plugin for vue/vue2. Note: Since 1.x.x, only Vue 2 is supported. For Vue 1 users please stick to version 0.x.x Issue/PR is welcomed, I'll
02 September 2017

Vue.js agnostic non-blocking notifications library

vue-notifications VueNotifications - agnostic non-blocking notifications library, that allow you to use notifications in declaration style. Installation via npm: npm i vue-notifications --save via bower: bower i vue-notifications --save or download [latest release]
02 September 2017

Customize the scrolling position on route navigation

vue-scroll-behavior Customize the scrolling position on route navigation. A Vue component to add intersection-observer to a Vue component or HTML element. Live Demo https://jeneser.github.io/douban https://jeneser.github.io/vue-scroll-behavior
30 August 2017

A Simple and powerful vuejs validation

Vuelidation simple, powerful, vuejs validation. See the Pen Vuelidation Example by cj (@cj) on CodePen. Install yarn add --dev vuelidation@latest Include Plugin import Vue from 'vue'; import Vuelidation from 'vuelidation'; Vue.use(
29 August 2017

Simple Vue.js input validation plugin

vee-validate vee-validate is a plugin for Vue.js that allows you to validate input fields, and display errors. You don't have to do anything fancy in your app, most of the work goes
27 August 2017

Validator component for Vue.js

vue-validator Validator component for Vue.js NOTE: official release for Vue.js 2.0 not yet :construction: NOTICE vue-validator have retiring from vue.js official plugins. in the future, vue-validator is continuing as
27 August 2017

Vue ShortKey plugin for Vue.js

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
26 August 2017

Time Comparison with vue.js

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
25 August 2017

A Vue.js 2.0 Mobile UI From YouZan

vant A Vue.js 2.0 Mobile UI at YouZan Install npm i -S vant You can scan the following QR code to access the demo: Live Demo https://www.youzanyun.com/zanui/
25 August 2017

Semantic-ui Modules implemented with Vue 2

SemVue Semantic-ui modules/components in you Vue project Semantic-ui Modules implemented with Vue 2 Using # install package npm install semvue --save Using any component Simply import in your .vue the component that you
25 August 2017

Translate Bulma css api to vue components

vue-bulma-components The goal of this library is to use the bulma class syntax as components and props. 3kb minified Install yarn add vue-bulma-components or npm install --save vue-bulma-components Live Demo https://vouill.github.
25 August 2017

Material web components for Vue.js

Vue Material Components web Material Components Web for Vue.js This is the adaptation of Material Components web for Vue.js. Keeping them fast, easy to use and, SSR ready. Live Demo http:
24 August 2017