Nuejs Versions Save

The Content First Web Framework

v0.1.7

5 months ago

And startup script prints both Nue and engine version

v0.1.6

5 months ago

Fixes an issue when there were symlinks inside the directory which couldn't be overwritten

v0.15

5 months ago

No more ugly FOUC (flash of unstyled content) effects when switching between pages. Switching is also faster since no redundant CSS files are loaded and unused styles are disabled (never reloaded). Fixes #127

v0.1.5

5 months ago

No more ugly FOUC (flash of unstyled content) effects when switching between pages. Switching is also faster since no redundant CSS files are loaded and unused styles are disabled (never reloaded). Fixes #127

v0.1.4

5 months ago

Fixed an issue on initialization where the browser assets were not correctly found when building the website. This now works with Bun builder and esbuild, and on development mode and production/minified build.

NOTE: if you are using the Nue JS package as standalone library on the server side you must import the module with "nuejs-core/index.js" instead of plain "nuejs-core". For example

import { parse } from 'nuejs-core/index.js'

This was due to Bun Builder limitation to not support the "browser" property in package.json. This why the "main" property was changed to primarily support building for browser and secondarily to support server-side stuff. Hoping that Bun will add "browser" support to package.json soon.

nuekit-0.1

5 months ago

Major milestone: A simple alternative to Next.js and Astro with support for universal hot-reloading

Announcement: https://nuejs.org/blog/nuekit-010/