You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been wrapping my head around how I can run stencil in electron. It's been ages since I did some electron.
Some of the things aren't done in a good pattern and some things are unnecessary, but it gave me a good start, especially for a minimal build pipeline.
Not a fan to use shelljs and ts-node (also to match strings on stdout) to dev the stuff - I've tried to do it in bash, but overall, it runs way better using your way of doing things.
That's it. I probably should make an 2020 edition of this, maybe I will, probably not. We'll see.
Even works great in WSL2 using VcXsrv.
Anyways, thanks.
The text was updated successfully, but these errors were encountered:
Been wrapping my head around how I can run stencil in electron. It's been ages since I did some electron.
Some of the things aren't done in a good pattern and some things are unnecessary, but it gave me a good start, especially for a minimal build pipeline.
Not a fan to use shelljs and ts-node (also to match strings on stdout) to dev the stuff - I've tried to do it in bash, but overall, it runs way better using your way of doing things.
That's it. I probably should make an 2020 edition of this, maybe I will, probably not. We'll see.
Even works great in WSL2 using VcXsrv.
Anyways, thanks.
The text was updated successfully, but these errors were encountered: