1. ahooks-vue
ahooks-vue
ahooks-vue
Package: ahooks-vue
Created by: dewfall123
Last modified: Wed, 16 Aug 2023 09:02:54 GMT
Version: 0.15.1
License: MIT
Downloads: 1,923
Repository: https://github.com/dewfall123/ahooks-vue

Install

npm install ahooks-vue
yarn add ahooks-vue

ahooks-vue

Vue Hooks Library.

Most hooks implementation is original ported from ahooks.

Document

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

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

TODO

watchOnce

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin