With this project I've implemented CRUD Operations with Vue.js and a json server
Features implemented :
Created a dummy json server for using as backend API
Created Vue Project
Structured of the App
Form Design in Vue
Form Validation
Form Submit in vue
Retrieve & Display records from Web API with Vue
Form Reset Operation
Update Operation through api
Create Operation through api
Delete Operation through api
Read Operation through api
npm install
npm run serve
npm run backend
npm run build