xz-use
TypeScript icon, indicating that this package has built-in type declarations

0.6.9 • Public • Published

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
    

Package Sidebar

Install

npm i xz-use

Weekly Downloads

1

Version

0.6.9

License

MIT

Unpacked Size

1.15 MB

Total Files

88

Last publish

Collaborators

  • taoxhsmile