Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 932 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 932 Bytes

local-storage-proxy-vue-example

#4 Repeated refreshes should not trigger new requests.
Only new requests or stale data should trigger a network request.

#1 Should accept any library, axios, fetch, node-fetch, requestPromise

#2 Should use JSON Stringify and JSON Parse for localStorage

#3 Should be a prototype method allowing '.' syntax.

Project setup

yarn install
yarn run serve

Compiles and minifies for production

yarn run lint # Lints and fixes files
yarn run test
yarn run build

Customize configuration

See Configuration Reference.