0.5.0 • Published 4 years ago

chaos-hooks v0.5.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

chaos-hooks

✨ Features

  • useFetch 远程处理。
  • useForm 处理表单。
  • useList 处理列表。
  • useModal 处理模态框。
  • useTable 处理表格。
  • 基于 tree-shaking 按需加载。

📦 Install

npm i chaos-hooks --save

🔨 Usage

import { useFetch } from 'chaos-hooks';

🖥 Development

$ git clone https://github.com/Alfred-sg/chaos-hooks
$ npm install
$ npm run docs

打开浏览器访问 http://127.0.0.1:8000。

参考

LICENSE

MIT

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago