Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 621 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 621 Bytes

Vue3 Crud-Operations

Used json server for Fake API

To install and run json server for fake API

npm install -g json-server

json-server -p 5000 --watch db.json

Project setup

Clone Project and run below command

git clone git@github.com:Payal17122000/demo.git

npm install

Compiles and hot-reloads for development

npm run serve

Included Tasks

  • perform crud operations with the help of pinia