primatejs / primate

Web framework focused on flexibility and developer freedom
https://primatejs.com
MIT License
200 stars 9 forks source link

add `@primate/native` #104

Closed ralyodio closed 2 months ago

ralyodio commented 6 months ago

ideally we could share the codebase between desktop and web based apps.

ralyodio commented 5 months ago

https://electron-vite.org/

terrablue commented 5 months ago

Currently tracking the native branch.

terrablue commented 5 months ago

A prototype is basically done, we're missing the ability to actually package an app.

Here is the current state of the ecosystem:

For the sake of releasing @primate/native, we would consider it GA when at least one runtime can produce binaries.

ralyodio commented 4 months ago

waiting to test. let us know when those issues are fixed.

ralyodio commented 4 months ago

terminal kit doesn't support esm either, but you can do something like this:

import tk from 'terminal-kit';
const term = tk.terminal;
terrablue commented 2 months ago

progress tracker