vue-electron / vuex-electron

Integration of Vuex and Electron
MIT License
305 stars 97 forks source link

caching data In nuxt js , vue #48

Open thesogafoi opened 4 years ago

thesogafoi commented 4 years ago

how can i cache my data in nuxt js , for example when a user come and see my posts and then after few days he/she sees my website again can i use catch for retrieving data ? and dont use ajax again for get api's data ?‌ and what happened when i add new post‌? will data update itself and get just new data ?