theamazingfedex / owod-cs

A digital character sheet for the Old World of Darkness pen and paper games.
MIT License
2 stars 0 forks source link

Vuex localStorage implementation #23

Open KungRaseri opened 5 years ago

KungRaseri commented 5 years ago

There is a plugin for Vuex that allows you to sync the application state with localStorage. This will allow us to optimistically update the UI, then lazily update the database.

The referenced plugin: https://github.com/robinvdvleuten/vuex-persistedstate