1.5.1 • Published 6 months ago

@uni-use/monorepo v1.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@uni-use/monorepo

Collection of common composition apis for vue2 & vue3

NPM version Codacy Badge License

Sonar

Function list

Install

e.g: use use-downloads

# by pnpm
pnpm install use-downloads

# by npm
npm install -D use-downloads

# by yarn
yarn add use-downloads

Usage

General use

import useDownloads from 'use-downloads'
const { download } = useDownloads()

download('url', options)
  1. by require
const useDownloads = require('use-downloads')
const { download } = useDownloads()

download('url', options)

Use CDN resource

<!-- head -->
<script src="https://unpkg.com/use-downloads@1.3.0/dist/index.global.prod.js"></script>

Issues & Support

Please open an issue here.

License

MIT

1.5.1

6 months ago

1.5.0

8 months ago

1.4.0

11 months ago

1.3.0-beta.1

11 months ago

1.3.0

11 months ago

1.0.0-beta.1

1 year ago