{"library":"vue-resource","install":[{"cmd":"npm install vue-resource","imports":["import VueResource from 'vue-resource';\nVue.use(VueResource);","this.$http.get('/someUrl').then(response => {\n  // ...\n});","import VueResource from 'vue-resource';\n// In a TypeScript file where Vue.$http type needs augmentation\ndeclare module 'vue/types/vue' {\n  interface Vue {\n    $http: typeof VueResource.http;\n  }\n}"]},{"cmd":"yarn add vue-resource","imports":[]},{"cmd":"pnpm add vue-resource","imports":[]}]}