Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 482 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 482 Bytes

Vue + Vuex + REST application

Application organization

Script commands

  • npm install to install dependencies (or npm ci for modern installs)
  • npm run reset:db resets data.json to have empty list of todos

Once NPM dependencies are installed, the application should work locally without WiFi.

Delay

You can delay the initial loading by adding to the URL /?delay=<ms>. This is useful to simulate application bootstrapping.