NodeGUI but with Vue
npm install vue-nodegui will on-the-fly rebuild the native widget when type is changed rather than substituting custom element types (e.g. no or element use type="radio/checkbox")
& instead of (like react-nodegui) to create a QWidget container
- JavaScript API should be the same where possible to the DOM API
- CSS goals, while mostly application dependent, still stand how the structure should be
- .vue files with should translate to a single CSS file that is loaded by the application to Window.styleSheet (global to the window)
- .vue Scoped style via is not currently a goal as it may be more tricky to support.
Design choices are open for discussion and if you have anything you'd like to contribute please open an issue (or if one exists comment on that) to create or add to a discussion around a specific design of something.