Would it be possible to use your framework with any server of my choice (Python or Node or even PHP), and use Nue only for the frontend?
In this case, since it's just JS + HTML + CSS, can we have an "Option #3" in https://nuejs.org/docs/nuejs/getting-started.html with no command-line, no `npm install`, no `npm run start`, no use of `npm` at all?
It would be nice to have a Hello world example with just a HTM file + import of Nue from your CDN (or from local). Is that possible?
I'd like to totally avoid npm, etc, just write JS + HTML + CSS, and use my own server.
Node or Bun is required. Not planning to support client-side compilation and running exec() on the browser. I have super vague plans to make a Zig-based compilation to work natively in Bun and runnable from other languages too. But later...
Would it be possible to use your framework with any server of my choice (Python or Node or even PHP), and use Nue only for the frontend?
In this case, since it's just JS + HTML + CSS, can we have an "Option #3" in https://nuejs.org/docs/nuejs/getting-started.html with no command-line, no `npm install`, no `npm run start`, no use of `npm` at all?
It would be nice to have a Hello world example with just a HTM file + import of Nue from your CDN (or from local). Is that possible?
I'd like to totally avoid npm, etc, just write JS + HTML + CSS, and use my own server.