SkillAgentSearch skills...

Hypermorphic

hyperHTML / viperHTML isomorphic importer

Install / Use

/learn @WebReflection/Hypermorphic
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

hypermorphic build status

Greenkeeper badge

An isomorphic hyperHTML & viperHTML importer, compatible with bundlers.

// ESM example (assuming bundlers/ESM loaders in place)
import {bind, wire} from 'hypermorphic';

// CommonJS example
const {bind, wire} = require('hypermorphic');

Bundlers

Please have a look at the example folder to find out how to configure your favorite bundler to load hyperHTML on the client side, fully ignoring viperHTML.

Examples

You can clone this repository, enter in the example folder, pick one of the solutions and then run npm install.

You can reach http://localhost:8080/ to see a page powered by hyperHTML on the client and viperHTML on the server.

View on GitHub
GitHub Stars33
CategoryDevelopment
Updated1y ago
Forks0

Languages

JavaScript

Security Score

75/100

Audited on Sep 2, 2024

No findings