jshmrtn/generator-jm-vuejs

View on GitHub
generators/app/templates/src/core/state/state.js

Summary

Maintainability
A
0 mins
Test Coverage
export const
      STORAGE_KEY = '<%= props.appName %>-storage',
      INITIAL_STATE = {};

// Local storage sync state
export const state = INITIAL_STATE;