Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwash authored Apr 5, 2019
1 parent 753c648 commit 0a47a7d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ Vue.js client-side for tiny, quick-loading, node.js-less Single Page Apps.
* **axios.js** - Promise based HTTP client for making ajax/http calls.

#### client-side-vue/services
* **store.service.js** - A (very, extremely) simple state-management service with only three methods, `get(key)`, `set(key, value)`, and `clear(key)`.
* **store.service.js** - A (very, extremely) simple state-management service with only three methods:

`get(key)`

`set(key, value)`

`clear(key)`

0 comments on commit 0a47a7d

Please sign in to comment.