Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NovusTheory/vue-nodegui
NodeGUI but with Vue
https://github.com/NovusTheory/vue-nodegui
Last synced: 27 days ago
JSON representation
NodeGUI but with Vue
- Host: GitHub
- URL: https://github.com/NovusTheory/vue-nodegui
- Owner: NovusTheory
- License: mit
- Created: 2020-01-07T22:10:22.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-11T18:22:45.000Z (about 2 years ago)
- Last Synced: 2024-11-08T05:03:48.211Z (about 1 month ago)
- Language: TypeScript
- Size: 147 KB
- Stars: 41
- Watchers: 5
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nodegui - Vue NodeGui - NodeGUI but with Vue (Renderers)
README
# vue-nodegui
NodeGUI but with VueThis is a work in progress that uses Vue 3 to implement. [View the example project using vue-nodegui](https://github.com/NovusTheory/vue-nodegui-example)
## Contribution Guide / Goals
If you want to contribute to this project please note the current goals and objectives this project wants to obtain.- Feature parity and similarity with HTML/JS in the web, writing applications should not feel any different from writing native HTML & JS for the web.
- Examples
- `` 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 `<style scoped>` 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.