svelte-nodegui icon indicating copy to clipboard operation
svelte-nodegui copied to clipboard

Build performant, native and cross-platform desktop applications with native Svelte + powerful CSS-like styling.🚀

Results 24 svelte-nodegui issues
Sort by recently updated
recently updated
newest added

Hey there! Absolutely love this project!! I was wondering if there was a story around integration with rollup / vite? Perhaps there is an example integration I could read over?...

We may need to update the minimal version of `svelte` in `package.json`.

Root cause issue for: * #65 * #68 * #70 * https://github.com/nodegui/svelte-nodegui-starter/issues/4 After a lot of red herrings involving Node version, environment, `nodegui` version, `qode` version, shell, custom elements, etc.,...

bug
help wanted

The example starter won't work. OSX. v11.5.1, m1. Node v.16.3.0 ``` git clone https://github.com/nodegui/svelte-nodegui-starter cd svelte-nodegui-starter && npm install && npm run dev Run `npm audit` for details. ❯ npm...

help wanted

https://github.com/nodegui/react-nodegui/commit/f0feda0b9bd512340a2bb4e570847f70226ef516

When trying this code: ```svelte import { onMount } from "svelte"; import type { NSVElement, RNWindow } from "@nodegui/svelte-nodegui"; import { Direction } from "@nodegui/nodegui"; import fetch from "node-fetch"; /**...

bug

Svelte NodeGUI sounds just what I need for my application. The [docs](https://svelte.nodegui.org/docs/api/interfaces/buttonprops) list only a number of very basic widgets. These seem to be [implemented in React NodeGUI](https://github.com/nodegui/svelte-nodegui/tree/main/src/dom/react-nodegui/src/components), and Svelte...

This is possible, as long as you don't write it into a element (Svelte compiles it out, as it finds no element in your HTML tree): ```css QLabel { color:...

The instructions mention click on "Source -> Node -> 'Your node process'" There is no "Source" thing to click, while there is sources? Also after clicking sources and node tab,...