Feathers-Vuex & Nuxt’s nuxtServerInit

Matt Chaffe
2 min readJul 10, 2018

--

Using nuxtServerInit with Feathers-Vuex.

Feathers-Vuex is a handy library that enables you to use your FeathersJS services within Vue really easily as described here.

Authenticating requests within the nuxtServerInit lifecycle method can be useful to hydrate global data into your store which is not specific to a route/page, ie user information…

--

--