🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@vyron/vhooks

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@vyron/vhooks

Vue composition api hooks

unpublished
latest
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

@vyron/vhooks

hooks for vue composition api

Install

With npm

# npm
npm install @vyron/vhooks

# yarn
yarn add @vyron/vhooks

# pnpm
pnpm install @vyron/vhooks

With CDN

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <script src="https://cdn.jsdelivr.net/npm/@vyron/vhooks@0.0.1/dist/vhooks.global.js"></script>
    <title>vhooks</title>
  </head>

  <body>
    <script>
      console.log(vhooks)
    </script>
  </body>
</html>

License

MIT

Keywords

vue

FAQs

Package last updated on 12 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts