HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by tipiirai

Comment by tipiirai 3 months ago

2 replies

View on Hacker News

There are currently two examples:

- `nue create simple-blog` This highlights content-driven websites.

- `nue create simple-mpa` This is today’s SPA demo, where 'MPA' stands for multi-page applications. It shows how client-side routing and view transitions can seamlessly connect content-heavy pages with app-like views.

Source code here:

https://github.com/nuejs/nue/tree/master/packages/examples

noodletheworld 3 months ago

Is there any documentation about them?

For example what is this 200kb binary for?

https://github.com/nuejs/nue/blob/master/packages/examples/s...

Reply View | 1 reply
  • jeffhuys 3 months ago

    Here's the source, I believe: https://github.com/nuejs/nue/blob/master/packages/examples/s...

    Reply View | 0 replies