xz-use
v0.6.9
Published
xz-use
Downloads
192
Maintainers
Readme
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
- Clone the xz-use repo
- Install dependencies
yarn
- run demo
yarn dev
- If it's successful, you should see the following message:
listening at http://localhost:3000