nue
nue copied to clipboard
Fastest way to build modern websites
This change fixes compatibility of tests with Node and Jest. Current Node LTS version is `v20.13.0`. On GitHub Actions we are using: 
auto generate manifest.json file If you want to use a traditional backend (such as Rails, Laravel) to serve HTML for Nuekit, similar to the Vite manifest. json file. 1、in site.yaml...
### Describe the Bug The SPA demo is not working when I deploy it on the subpath of the domain. I followed the document from here: https://nuejs.org/docs/reference/configuration-options.html#base and modified some...
My directory structure is three-tiered, with a layout.html file at each level. I've noticed that by the third level, the override for the main tag no longer works. Why is...
## Add default`text` property to default `data` object available to page layouts Background; I was modifying my [blog ; blog.alanhemmings.com](https://blog.alanhemmings.com) that uses Nuejs, and I was fixing some rough edges...
I would like to have a collection of FAQs. - When using front matter: how can i render a property content as markdown? - Is it possible to use the...
- resolve #182 **`WIP`/`POC`** implementation for marked extension loading. ## Description The default file to load from is `marked.config.js` but this can be changed using the `marked_config` key in `site.yaml`....
``` Countdown: { countdown } countdown = 0 mounted() { setInterval(() => { this.countdown++ console.log(this.countdown) }, 1000) } ``` The ' countdown ' not updated, why ? How do update...
Testing out `nuemark` and having issues with the page router. For example: A page with a nuemark tabs component http://localhost:8080/index.html click a tab and the url changes to http://localhost:8080/index.html#tab-1 click...
Hello, I really appreciate your vision @tipiirai to create finally framework that works closely with the web standards, however in many cases your documentation is still very laconic. Looks like...