var store = new Vuex.Store({ state: { config : {"author": "Christophe VG", "background_color": "rgb(21, 101, 192)", "baseweb-demo": {"a few": "app specific", "configuration": "settings"}, "color": "rgb(21, 101, 192)", "color_name": "blue darken-3", "color_scheme": "dark", "description": "A demo app for baseweb", "favicon_mask_icon_color": null, "favicon_msapp_tile_color": null, "favicon_support": false, "icon": "Logo", "name": "baseweb demo", "oauth": {"client_id": "53688880096-vamcdnpu4140ehulm6f9pugsp7goilu8.apps.googleusercontent.com", "provider": "https://accounts.google.com/.well-known/openid-configuration"}, "short_name": "BasewebDemo", "socketio": true, "style": "pwa", "version": "0.3.0"} }, mutations: { }, actions: { }, getters: { } });