Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

v-query

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v-query

jquery for vue.js

  • 0.9.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 30 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc