caoxiemeihao / nuxt-electron

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

Trouble with vuetify #4

Closed cenoroid closed 1 year ago

cenoroid commented 1 year ago

Hey, I can use vuetify fine when I am running yarn dev, however when I build the app vuetify isn't there anymore, I've tried to figure it out for hours with no success, but it seems to me that plugins are not included somehow in the build. Let me know if you need me to upload my repo. Any help will be greatly appreciated!

Build: image Dev: image nuxt.config.js image src/plugins/vuetify.ts image

caoxiemeihao commented 1 year ago

Can you provide a minimal repo?

cenoroid commented 1 year ago

https://gitlab.com/nikosdendrinos/electron-nuxt3-vuetify it seems like none of the css is included in the build

cenoroid commented 1 year ago

index.html was being generated with wrong paths to the js files, adding app: { baseURL: './'} in nuxt.config.js fixed the issue

caoxiemeihao commented 1 year ago

Please update the latest version of nuxt-electron.