@vt7/composables
TypeScript icon, indicating that this package has built-in type declarations

6.0.0 • Public • Published

@vt7/composables

npm version npm downloads bundle Codecov

The @vt7/composables package provides Vue.js composables, enabling efficient reuse of application logic and components.

Usage

Install package:

# npm
npm install @vt7/composables

# yarn
yarn add @vt7/composables

# pnpm
pnpm install @vt7/composables

# bun
bun install @vt7/composables

Import:

// ESM
import { useFetchData } from "@vt7/composables";

// CommonJS
const { useFetchData } = require("@vt7/composables");

License

Made with 💛

Published under MIT License.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
6.0.02latest

Version History

VersionDownloads (Last 7 Days)Published
6.0.02
5.5.00
5.4.00
5.3.00
5.2.10
5.1.00
5.0.50
5.0.41
5.0.30
5.0.20
5.0.10
5.0.00
0.0.41
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i @vt7/composables

Weekly Downloads

4

Version

6.0.0

License

MIT

Unpacked Size

31.2 kB

Total Files

9

Last publish

Collaborators

  • vt7