Vue.JS 2 Tutorial #32 - HTTP Requests

· 2019-02-07 (목) 10:19:14 · 1211

HTTP Requests

 

vue-resource https://github.com/pagekit/vue-resource

 

import VueResource from 'vue-resource'

Vue.use(VueResource)

 

this.$http.post('http://jsonplaceholder.typicode.com/posts', {

    title: this.blog.title,

    body: this.blog.content,

    userId: 1

  }).then(function(data) {

    console.log(data)

  });

 

status : 201 > HTTP/1.1 201 Created   참조: https://sir.kr/so_phpframework/388

 

JSONPlaceholder 참조 https://sir.kr/so_phpframework/423

 

|
댓글을 작성하시려면 로그인이 필요합니다.

JS프레임워크

269건
+
분류 제목 글쓴이 날짜 조회
Vue 19-02-14 조회 1,115
Vue 19-02-13 조회 1,019
Vue 19-02-13 조회 1,156
Vue 19-02-13 조회 1,075
Vue 19-02-12 조회 1,047
Vue 19-02-12 조회 1,210
Vue 19-02-12 조회 1,276
Vue 19-02-11 조회 1,070
Vue 19-02-11 조회 1,119
Vue 19-02-11 조회 1,069
Vue 19-02-10 조회 1,156
Vue 19-02-10 조회 1,139
Vue 19-02-10 조회 1,332
Vue 19-02-09 조회 1,074
Vue 19-02-09 조회 1,317
Vue 19-02-09 조회 1,046
Vue 19-02-08 조회 1,223
Vue 19-02-08 조회 1,071
Vue 19-02-08 조회 1,445
Vue 19-02-07 조회 1,082
Vue 19-02-07 조회 1,212
Vue 19-02-07 조회 1,194
Vue 19-02-06 조회 1,198
Vue 19-02-06 조회 1,076
Vue 19-02-06 조회 1,178
Vue 19-02-05 조회 1,080
Vue 19-02-05 조회 1,149
Vue 19-02-05 조회 1,021
Vue 19-02-04 조회 1,348
Vue 19-02-04 조회 1,481