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
{{ message }}
This repository was archived by the owner on Dec 1, 2023. It is now read-only.
The plugin for [Vue.js](http://vuejs.org) provides services for making web requests and handle responses using a [XMLHttpRequest](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest) or JSONP.
4
4
@@ -7,7 +7,7 @@ The plugin for [Vue.js](http://vuejs.org) provides services for making web reque
7
7
- Supports the [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) API and [URI Templates](https://medialize.github.io/URI.js/uri-template.html)
8
8
- Supports [interceptors](docs/http.md#interceptors) for request and response
9
9
- Supports latest Firefox, Chrome, Safari, Opera and IE9+
10
-
- Compact size 12KB (4.5KB gzipped)
10
+
- Compact size 14KB (5.3KB gzipped)
11
11
12
12
## Installation
13
13
@@ -22,9 +22,21 @@ $ bower install vue-resource
22
22
```
23
23
24
24
### CDN
25
-
Available on [jsdelivr](https://cdn.jsdelivr.net/vue.resource/0.9.3/vue-resource.min.js), [cdnjs](https://cdnjs.com/libraries/vue-resource) or [npmcdn](https://npmcdn.com/vue-resource@0.9.3/dist/vue-resource.min.js).
25
+
Available on [jsdelivr](https://cdn.jsdelivr.net/vue.resource/1.0.0/vue-resource.min.js), [cdnjs](https://cdnjs.com/libraries/vue-resource) or [npmcdn](https://npmcdn.com/vue-resource@1.0.0/dist/vue-resource.min.js).
0 commit comments