Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 268 Bytes

README.md

File metadata and controls

22 lines (22 loc) · 268 Bytes

Requirements

1. VueJS
2. Npm
3. JSON Server

Project setup

npm install

Setup JSON Server

npm i json-server

Running JSON Server (API)

json-server Api.json

Compiles and hot-reloads for development

npm run serve