xz-use

xz-use

Usage no npm install needed!

<script type="module">
  import xzUse from 'https://cdn.skypack.dev/xz-use';
</script>

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

  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