caoxiemeihao / nuxt-electron

Integrate Nuxt and Electron
MIT License
184 stars 21 forks source link

Added an option to disable SPA mode #24

Closed oyedejioyewole closed 1 year ago

oyedejioyewole commented 1 year ago

For example:

export default defineNuxtConfig({
    modules: ["nuxt-electron"]
    electron: {
        disableSPAMode: true
    }
})

When disableSPAMode is not set the module uses false

oyedejioyewole commented 1 year ago

I also used Prettier which is a +

caoxiemeihao commented 1 year ago

Thanks for this PR! v0.4.4 support it! 😂

oyedejioyewole commented 1 year ago

Aight mate, cheers 🍻

caoxiemeihao commented 1 year ago

Aight mate, cheers 🍻

Ah, great to meet you!

oyedejioyewole commented 1 year ago

hey couid you check, #26