Skip to content

taoxhsmile/xz-use

Repository files navigation

xz-use

Vue Hooks Library.

Most hooks implementation is original ported from ahooks.

Document

Features

  • Written in TypeScript with predictable static types.

Install

yarn add xz-use

Usage

import { useRequest } from 'xz-use';

Contributing

Setup xz-use dev environment

  1. Clone the xz-use 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