File tree Expand file tree Collapse file tree 3 files changed +21
-16
lines changed Expand file tree Collapse file tree 3 files changed +21
-16
lines changed Original file line number Diff line number Diff line change 8
8
9
9
[ ahooks] ( https://ahooks.js.org/ ) Vue realize.
10
10
11
- <h1 >Vue-hooks-plus</h1 >
11
+ <h1 style="background: -webkit-linear-gradient(315deg, #42d392 25%, #647eff); background-clip: text;
12
+ -webkit-background-clip: text;-webkit-text-fill-color: transparent;">Vue-hooks-plus</h1 >
12
13
13
14
English | [ 简体中文] ( https://github.com/InhiblabCore/vue-hooks-plus/tree/master/README.zh-CN.md )
14
15
Original file line number Diff line number Diff line change 8
8
9
9
[ ahooks] ( https://ahooks.js.org/zh-CN/ ) Vue 的实现.
10
10
11
- <h1 >Vue-hooks-plus</h1 >
11
+ <h1 style="background: -webkit-linear-gradient(315deg, #42d392 25%, #647eff); background-clip: text;
12
+ -webkit-background-clip: text;-webkit-text-fill-color: transparent;">Vue-hooks-plus</h1 >
12
13
13
14
[ English] ( https://github.com/InhiblabCore/vue-hooks-plus/tree/master/README.md ) | 简体中文
14
15
</div >
Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
- <a href =" https ://ahooks.js.org " >
3
- <img width="200 " src="https ://ahooks.js.org/ logo.svg ">
2
+ <a href =" http ://43.138.187.142:9000/vue-hooks-plus/docs/ " >
3
+ <img width="216 " src="http ://43.138.187.142:9000/assets/vue-hooks-plus/ logo@2x.png ">
4
4
</a >
5
5
</p >
6
6
7
7
<div align =" center " >
8
8
9
- [ ahooks] ( https://ahooks.js.org/zh-CN/ ) Vue 的实现 .
9
+ [ ahooks] ( https://ahooks.js.org/ ) Vue realize .
10
10
11
- <h1 >Vue-hooks-plus</h1 >
11
+ <h1 style="background: -webkit-linear-gradient(315deg, #42d392 25%, #647eff); background-clip: text;
12
+ -webkit-background-clip: text;-webkit-text-fill-color: transparent;">Vue-hooks-plus</h1 >
13
+
14
+ English | [ 简体中文] ( https://github.com/InhiblabCore/vue-hooks-plus/tree/master/README.zh-CN.md )
12
15
13
16
</div >
14
17
15
- ## 📚 文档 ( Documentation)
18
+ ## 📚 Documentation
16
19
17
- [ docs📒 ] ( http://43.138.187.142:9000/vue-hooks-plus/docs/ )
20
+ [ Live ] ( http://43.138.187.142:9000/vue-hooks-plus/docs/ )
18
21
19
- ## ✨ 特性( Features)
22
+ ## ✨ Features
20
23
21
- - 易学易用 ( Easy to learn and use)
22
- - 支持 SSR ( Supports SSR)
23
- - 丰富的 Hooks ( Contains a comprehensive collection of basic Hooks)
24
- - 覆盖大部分业务场景 ( A wide range of application scenarios)
25
- - 使用 TypeScript 构建,提供完整的类型定义文件 ( Written in TypeScript with predictable static types)
24
+ - Easy to learn and use
25
+ - Supports SSR
26
+ - Contains a comprehensive collection of basic Hooks
27
+ - A wide range of application scenarios
28
+ - Written in TypeScript with predictable static types
26
29
27
- ## 📦 安装 ( Install)
30
+ ## 📦 Install
28
31
29
32
```
30
33
$ npm install --save vue-hooks-plus
31
34
# or
32
35
$ yarn add vue-hooks-plus
33
36
```
34
37
35
- ## 🔨 使用 ( Usage)
38
+ ## 🔨 Usage
36
39
37
40
``` typescript
38
41
import { useRequest } from ' vue-hooks-plus'
You can’t perform that action at this time.
0 commit comments