Gathering detailed insights and metrics for vue-resource
Gathering detailed insights and metrics for vue-resource
Gathering detailed insights and metrics for vue-resource
Gathering detailed insights and metrics for vue-resource
@vue/preload-webpack-plugin
A webpack plugin for injecting <link rel='preload|prefecth'> into HtmlWebpackPlugin pages, with async chunk support
vue-codemirror6
CodeMirror6 Component for vue2 and vue3.
vue-loader-v16
Non-official publishment, just for private learning, resource comes from official vue-loader's next branch, release is v16.0.0-beta.5
@types/vue-resource
Stub TypeScript definitions entry for vue-resource, which provides its own types definitions
npm install vue-resource
Typescript
Module System
Node Version
NPM Version
97.6
Supply Chain
88.9
Quality
78
Maintenance
100
Vulnerability
100
License
JavaScript (94.55%)
TypeScript (4.33%)
HTML (1.12%)
Total Downloads
29,638,703
Last Day
4,911
Last Week
78,719
Last Month
349,629
Last Year
4,606,485
MIT License
10,052 Stars
483 Commits
1,588 Forks
256 Watchers
17 Branches
23 Contributors
Updated on Jun 25, 2025
Minified
Minified + Gzipped
Latest Version
1.5.3
Package Id
vue-resource@1.5.3
Size
42.05 kB
NPM Version
7.15.1
Node Version
16.3.0
Published on
Jun 14, 2021
Cumulative downloads
Total Downloads
Last Day
-5.4%
4,911
Compared to previous day
Last Week
-9.3%
78,719
Compared to previous week
Last Month
-6.7%
349,629
Compared to previous month
Last Year
17.9%
4,606,485
Compared to previous year
1
The plugin for Vue.js provides services for making web requests and handle responses using a XMLHttpRequest or JSONP.
You can install it via yarn or NPM.
$ yarn add vue-resource
$ npm install vue-resource
Available on jsdelivr, unpkg or cdnjs.
1<script src="https://cdn.jsdelivr.net/npm/vue-resource@1.5.3"></script>
1{ 2 // GET /someUrl 3 this.$http.get('/someUrl').then(response => { 4 5 // get body data 6 this.someData = response.body; 7 8 }, response => { 9 // error callback 10 }); 11}
Details changes for each release are documented in the release notes.
If you find a bug or want to contribute to the code or documentation, you can help by submitting an issue or a pull request.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 1/28 approved changesets -- score normalized to 0
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
78 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-23
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More