For SSR
Should export - run but export be none ssr
How can I access a method in a different page in Nuxt · Issue #3221 · nuxt/nuxt.js
Dismiss GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together. Sign up lock bot locked as resolved and limited conversation to collaborators Nov 2, 2018 You can't perform that action at this time. You signed in with another tab or window.
https://github.com/nuxt/nuxt.js/issues/3221
"window is not defined" in Nuxt.js
Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
https://stackoverflow.com/questions/54979644/window-is-not-defined-in-nuxt-js
codesandbox.io
https://codesandbox.io/s/github/nuxt/nuxt.js/tree/dev/examples/plugins-vendor?from-embed
plugins
The `plugins` directory contains your Javascript plugins that you want to run before instantiating the root Vue.js Application.
https://ko.nuxtjs.org/docs/2.x/directory-structure/plugins/

Axios Plugin Set
axios module: axios.setToken where to run? · Issue #298 · nuxt-community/axios-module
I am currently running this in nuxtServerInit if a token is available. Progressing a little further, I noticed that the token is no longer available from the client. Meaning I also need to run setToken again from the client side. From wh...
https://github.com/nuxt-community/axios-module/issues/298#issuecomment-318107891

Seonglae Cho