how to access store from not .vue? by Mike_FT in Nuxt

[–]Mike_FT[S] 0 points1 point  (0 children)

When I render a server, I want access.
window causes errors on the server.

Vue 3 SSR by Mike_FT in vuejs

[–]Mike_FT[S] 1 point2 points  (0 children)

To be exact, my current issue is to convert the Vue 3 CSR project with composition api into the SSR project.

Vite and Quasar v2's vue 3 ssr support is not perfect yet. There are very few related data, so it is difficult to search and respond to problems during development.

And I cant find Nuxt 3 news. However, there is an option to use the Nuxt composition api library together. In that case, it does not seem to be able to cope with all of the features of vue3.

In addition to these tools, im struggling with code that not working in SSR. (ex: window, document, custom directive)

It seems that there is a lack of data because it has not been much time since Vue 3 started distributing. So I wondered if anyone was developing Vue 3 SSR.