V-Query
jQuery for Vue.js, It has all common functions of jQuery for vue.js but its size is only 4 KB(minified) . This library uses document query selector.It can be used instead of jQuery beacuse of their similarity in their syntax.
Installation
NPM
$ npm install --save v-query
or
$ yarn add --save v-query
Usage
import Vue from 'vue'
const vQuery = require('v-query');
Vue.use(vQuery)
Development
To customize and develop the project you could use following npm commands:
To bundle and minify JS
npm run prod
License
v-query is a free and open project developed and maintained by Reza Haidari at INB Co., published under MIT license.