Vue Fetch example with Rest API
Vue Client with Fetch API to make CRUD requests to Rest API in that:
- Vue Fetch GET request: get all Tutorials, get Tutorial by Id, find Tutorial by title
- Vue Fetch POST request: create new Tutorial
- Vue Fetch PUT request: update an existing Tutorial
- Vue Fetch DELETE request: delete a Tutorial, delete all Tutorials
For instruction, please visit:
Using Axios:
More Practice:
Fullstack with Node Express:
Fullstack with Spring Boot:
Fullstack with Django:
Integration (run back-end & front-end on same server/port)
Serverless with Firebase:
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint