JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q32002F
  • License MIT

Useful collection of Vue composition API utilities

Package Exports

  • vue-use-kit

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-use-kit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

vue-use-kit

NPM Version NPM Downloads Build Status GitHub license Demo

🌳 Collection of useful Vue Composition API functions.

Please note that Vue 3.0 has not been released yet, therefore the installation and setup of @vue/composition-api is required for this library to work.

Install

npm install @vue/composition-api vue-use-kit

Usage

Please check the documentation to learn how to use this kit of Vue Composition API functions.

APIs

  • Sensors
    • useMedia — tracks state of a CSS media query. Demo
    • useMouse — tracks the mouse's position. Demo
  • Utils
    • getQuery — get a CSS media query string. Demo

Inspiration

Made with