Skip to content

compositejs/hje

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b515b2 · Apr 6, 2021

History

38 Commits
Apr 6, 2021
May 14, 2020
May 18, 2020
Apr 6, 2021
Apr 6, 2021
May 14, 2020
May 14, 2020
May 14, 2020
May 14, 2020
May 14, 2020
Jul 20, 2020
Jul 20, 2020
May 14, 2020
May 14, 2020
Jul 19, 2020
Apr 6, 2021
Apr 6, 2021

Repository files navigation

Hyper-JSON Engine

This is a javascript library to generate HTML view by JSON.

Installation and Usage

You can install this by npm.

npm i hje

And you can also insert the JavaScript bundled file by script tag into your web page directly and use Hje namespace to access.

Click here to read more.

Features

Hyper-Json Engine (Hje) provides a way to describe the view by JavaScript with event and binding. It can render to HTML or customized view by the description model.

Building / Testing

You need install gulp and tsc to build. Following is the command line to build this project including the source and test cases.

npm run-script build

You can run all test cases after building by following command line.

npm test

Readme in other languages

License

This project is MIT Licensed.

Please feel free to import this into your project. And you can also clone or fork the repository as you want.