New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nuejs-core

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuejs-core

Like React, but semantic

0.5.2
latest
Source
npm
Version published
Weekly downloads
77
-2.53%
Maintainers
0
Weekly downloads
 
Created
Source

Dynamic HTML templating

Nue JS is a tiny (2.3kb minzipped) JavaScript library for building web interfaces. It is the layout engine for Nue web framework providing both server-side templating and the ability to create interactive islands for the browser.

Like React, but for the semantic web

Nue template syntax is designed for design engineers who prefer to write user interfaces with clean, semantic HTML instead of JavaScript. Think Nue as standard HTML, that you can extend with custom HTML-based components. These components help you build modern web applications in a simple, declarative way. For example:

<div class="{ type }">
  <img src="{ img }">
  <aside>
    <h3>{ title }</h3>
    <p :if="desc">{ desc }</p>
    <slot/>
  </aside>
</div>

Contributing

Please see CONTRIBUTING.md

Community

Please see GitHub discussions

FAQs

Package last updated on 14 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts