New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ahooks-vue

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ahooks-vue

ahooks-vue

latest
Source
npmnpm
Version
0.15.1
Version published
Maintainers
1
Created
Source

ahooks-vue

Vue Hooks Library.

Most hooks implementation is original ported from ahooks.

Document

  • 中文
  • English

Features

  • Easy to learn and use.
  • Works for both Vue 3 and 2 ( thanks for vue-demi ).
  • Written in TypeScript with predictable static types.

Install

yarn add ahooks-vue

Usage

import { useWorkerFunction } from 'ahooks-vue';

Contributing

Setup ahooks-vue dev environment

  • Clone the ahooks-vue repo
  • Install dependencies
    yarn
    
  • run demo
    yarn dev
    
    • If it's successful, you should see the following message:
    listening at http://localhost:3000
    

TODO

watchOnce

Keywords

ahooks-vue

FAQs

Package last updated on 16 Aug 2023

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