0.8.0 • Published 8 years ago

vue-resource-2 v0.8.0

Weekly downloads
15
License
MIT
Repository
github
Last release
8 years ago

vue-resource npm package

Resource plugin for Vue.js.

The plugin provides services for making web requests and handle responses using a XMLHttpRequest or JSONP.

Setup

Webpack/Browserify

Add vue and vue-resource to your package.json, then npm install, then add these lines in your code:

var Vue = require('vue');
var VueResource = require('vue-resource');

Vue.use(VueResource);

Documentation

Changelog

Details changes for each release are documented in the release notes.

Contribution

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.

License

MIT

0.8.0

8 years ago

0.7.4

8 years ago

0.7.2

8 years ago

0.7.0

8 years ago

0.6.1

8 years ago