0.9.1 • Published 7 years ago

v-query v0.9.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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.

NPM

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.

0.9.1

7 years ago

0.9.0

7 years ago