caoxiemeihao / nuxt-electron

Integrate Nuxt and Electron
MIT License
169 stars 18 forks source link

docs: add instruction to set ssr to false #44

Closed Patrity closed 2 months ago

Patrity commented 10 months ago

There is a note that states that the package will enable spa mode, however it appears that ssr needs to be manually set. This just includes that documentation in the setup process.

caoxiemeihao commented 10 months ago

Thanks this PR. It's looks a BUG here, because the ssr option has been set in the nuxt-electron internal.

https://github.com/caoxiemeihao/nuxt-electron/blob/v0.6.0/src/index.ts#L173

image
Patrity commented 10 months ago

Ah. Yeah I refered to that in my issue, that it may be a bug https://github.com/caoxiemeihao/nuxt-electron/issues/43#issuecomment-1689720598