pagekit / vue-resource

The HTTP client for Vue.js
MIT License
10.09k stars 1.6k forks source link

vue-resource mysql setup #637

Closed maroulu closed 7 years ago

maroulu commented 7 years ago

Please can anyone tell me how can i use vue-resource to get and post data from mysql db

MovAh13h commented 7 years ago

You need to actually setup a Server which talks to MySql when you put a request. Im assuming you are using Node.js so do check this out: https://www.w3schools.com/nodejs/nodejs_mysql.asp