JSPM

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

A useful toolkit of Vue composition API functions.

Package Exports

  • vue-use-toolkit
  • vue-use-toolkit/dist/vue-use-toolkit.cjs.js
  • vue-use-toolkit/dist/vue-use-toolkit.esm.js

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-toolkit) 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-toolkit

🛠️ A useful toolkit of Vue composition API functions.

Installation

# yarn
$ yarn add vue-use-toolkit

# npm
$ npm i vue-use-toolkit

Setup

For Vue(~2.6)

对于 Vue@~2.6 及更早的版本。需要借助 Vue Composition API 才可使用。

For Vue(^2.7)

vue-use-toolkit@^2.x 将移除对 Vue Composition API 的依赖,直接使用 vue 2.7 内置的组合式API

Features

Change Log

see CHANGELOG