Description
Is there some example available around these things:
- no typescript, but vanilla javascript?
- no webpack (or other JS bundler)?
- how to bundle an external node.js module (e.g. fs-extras) into the build?
- how to code-sign?
Sorry, if I'm asking for too much - I am also happy to help out, when I understood the workings (I did quite some Electron/Cordova stuff with code-signing and notarizing)...
I think it would be of great benefit, if there was an example which shows how to access QMainWindow properties, Manipulate menu-item text based on certain conditions (e.g. if a checkbox on the Main window is checked, change the name of a menu-item, etc... ), etc...
I - for one - use lots of javascript (daily), but without any bundlers, frameworks, etc... just plain vanilla JS. So I'd really appreciate some vanilla nodegui
examples pretty much....
Any chance there's something in sight? (Again - I'd be happy to help adding code to it).
I understand there's always little time, but I think it's worth invested time, because the easier the entry-point is, the more developers will try ;)