Skip to content
On this page

介绍

Lemonpeel2 一套高质量可靠的 Vue Hooks 库

特性

  • 易学易用
  • 对输入输出函数做了特殊处理,且避免闭包问题
  • 包含大量提炼自业务的高级 Hooks
  • 包含丰富的基础 Hooks
  • 使用 TypeScript 构建,提供完整的类型定义文件

安装

bash
$ npm install --save @lemonpeel2/hooks
# or
$ yarn add @lemonpeel2/hooks
# or
$ pnpm add @lemonpeel2/hooks
$ npm install --save @lemonpeel2/hooks
# or
$ yarn add @lemonpeel2/hooks
# or
$ pnpm add @lemonpeel2/hooks

使用

ts
import { useService } from "@lemonpeel2/hooks";
import { useService } from "@lemonpeel2/hooks";