Open pacific202 opened 5 years ago
I forgot that I wrote a tutorial related to this repo as well. Here's a link to the tutorial: https://developerlife.com/2018/08/22/vue-vueitfy-webpack/
Is that useful?
Thanks Nazmul
That tutorial is excellent and really helped me, but it doesn't say anything (that I can see) about hiding menus, changing the app icon, or other things that are electron specific.
Thanks for the quick reply!
I see what you're saying. I couldn't find a main.js from the electron docs (https://electronjs.org/docs/tutorial/first-app#trying-this-example) either. However, I think the way in might be the background.js file. Unfortunately I'm not working w/ Vue anymore ... I'm switching to vanilla JS (and TS) :smile:
When using vuetify I'd like to have all of my UI control inside the main window and I don't want the second UI paradigm of a top menu present in my app.
Could you please add a quick section in the docs that explains how to change electron settings when using this template? I don't see the main.js that the electron docs refer to, only the main.js used to bootstrap vue.js.