You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in RC version. For details, please see the [changelog](https://github.com/AttoJS/vue-request/issues/121).
44
-
45
41
## Why VueRequest
46
42
47
43
In the past projects, they were often confused by repeated implementations such as the management of the loading state, the requested throttling and debounce, the caching of request data, and pagination. Whenever we start a new project, we have to manually deal with the above problems, which will be a repetitive work, but also to ensure that the team is consistent.
@@ -74,19 +70,19 @@ You can install VueRequest with [NPM](https://www.npmjs.com/), [YARN](https://ya
74
70
### NPM
75
71
76
72
```sh
77
-
npm install vue-request@next
73
+
npm install vue-request
78
74
# or
79
-
yarn add vue-request@next
75
+
yarn add vue-request
80
76
# or
81
-
pnpm install vue-request@next
77
+
pnpm install vue-request
82
78
```
83
79
84
80
### CDN
85
81
86
82
> For production, we recommend linking to a specific version number and build to avoid unexpected breakage from newer versions.
0 commit comments