Vue Resources Post

this.$http.post('url', whatYouWantToPost)
.then(response => console.log(response));
Lioruby