UNPKG

nova-frontend

Version:

Nova is an alternative to all those gigantic front-end frameworks, that often do more than is necessary when it comes to building simple UIs. Pure Vanilla Javascript is performance-wise the best way to build your front-end in a SPA, but it can be hard to

3 lines (2 loc) 289 B
const { Element, Generator, Component, Group, Router, State, StaticCompiler, StaticElement, StaticComponent, StaticGenerator } = require('./nova.js'); module.exports = { Element, Generator, Component, Group, Router, State, StaticCompiler, StaticElement, StaticComponent, StaticGenerator }