nue icon indicating copy to clipboard operation
nue copied to clipboard

Standards first web framework taking HTML, CSS, JS, and WASM to their absolute peak

Results 149 nue issues
Sort by recently updated
recently updated
newest added

This change fixes compatibility of tests with Node and Jest. Current Node LTS version is `v20.13.0`. On GitHub Actions we are using: ![image](https://github.com/nuejs/nue/assets/6221149/ea9c5a3b-1d17-4f29-8dcd-17dff7f22091)

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

bug

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

bug

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

question
improvement

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

improvement

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

nuemark
needs discussion

``` Countdown: { countdown } countdown = 0 mounted() { setInterval(() => { this.countdown++ console.log(this.countdown) }, 1000) } ``` The ' countdown ' not updated, why ? How do update...

low priority
nuejs-core

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

improvement
docs