Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 340 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 340 Bytes

Build Status

Vue Mastery Course

  • npm install
  • npm install -g json-server
  • json-server -d 1500 --watch db.json
  • npm run serve

Note: -d 1500 required to observe progress bar properly.