Skip to content

Simple InfernoJS projects without all of the npm bloat

Notifications You must be signed in to change notification settings

data-niklas/simpleinfernojs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

SimpleInfernoJS

This small project aims to help you setup InfernoJS with just 2 Javascript files.
No transpiling / npm / ... needed!
https://github.com/infernojs/inferno

Files can be found on jsdelivr or other cdn's:

File 1: The main InfernoJS file:

File 2: The InfernoJS createElement file:

When using the files on your own server (you downloaded the files), the imports need to be slightly modified:

Replace every

  • import * from "./inferno*"

with

  • import * from "./inferno*path.js"

Next: InfernoJS can be used in the following way
https://github.com/infernojs/inferno/tree/master/packages/inferno-create-element

About

Simple InfernoJS projects without all of the npm bloat

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published