@uni-use/monorepo

1.5.1 • Public • Published

@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

Package Sidebar

Install

npm i @uni-use/monorepo

Weekly Downloads

2

Version

1.5.1

License

MIT

Unpacked Size

8.3 kB

Total Files

4

Last publish

Collaborators

  • saqqdy