Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Very promising!

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.



Not possible without buildstep. Use something like alpinejs


+1 for a zero-build-step bundle. As an alternative you can use Petite Vue, which is even smaller.


alpinejs is even better as petite was not actively developed, petite is there after it says alpinejs


Petite Vue is considered "done" in terms of features: https://discord.com/channels/325477692906536972/105043928434...


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...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: