I want my Nuxtjs store state (ssr: false, so no nuxtServerInit) with data when a user starts the application.
The goal is to make a date calculation on startup and store the answer on nuxtjs store, so when I need this information I do not need to recalculate again everytime (this information will be used on many pages).
Can this be done?