nazmulidris / vue_webpack

Project that supports Material Design (thru Vuetify), Electron, and Webpack (started using vue-cli)
https://developerlife.com/2018/08/22/vue-vueitfy-webpack/
Apache License 2.0
7 stars 3 forks source link

Documentation Enhancement: How to remove menus #1

Open pacific202 opened 5 years ago

pacific202 commented 5 years ago

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.

nazmulidris commented 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

pacific202 commented 5 years ago

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!

nazmulidris commented 5 years ago

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: