Builds localStorage wrapper.
Key used to store the persisted state.
Optional
Custom conversion from state object to string (default is JSON.stringify).
Custom conversion from string to state object (default is JSON.parse).
Outer - The Vuex state type.
Builds localStorage wrapper.