Attendize/public/vendor/vue-resource
Dave Earley d1b85ece61 Added VueJS to Git 2016-05-12 00:12:57 +01:00
..
dist Added VueJS to Git 2016-05-12 00:12:57 +01:00
src Added VueJS to Git 2016-05-12 00:12:57 +01:00
test Added VueJS to Git 2016-05-12 00:12:57 +01:00
.bower.json Added VueJS to Git 2016-05-12 00:12:57 +01:00
README.md Added VueJS to Git 2016-05-12 00:12:57 +01:00
bower.json Added VueJS to Git 2016-05-12 00:12:57 +01:00

README.md

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');

Vue.use(require('vue-resource'));

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.