alexkramer / force-vue

Simple VueJs application which integrates with the Star Wars API (SWAPI)
http://alexckramer.com/force-vue
2 stars 21 forks source link

Create localStorage cache adapter #48

Closed parrisvarney closed 8 years ago

parrisvarney commented 8 years ago

For https://github.com/alexkramer/force-vue/issues/10

Added a class for interacting with localStorage, and hooked in the 3 existing components. Decided against caching the person images, storing base64 encoded images can become unruly.

parrisvarney commented 8 years ago

Aah damnit, I branched from an unmerged PR. Let me correct this.