Nexedi / renderjs

Mirror of https://lab.nexedi.com/nexedi/renderjs - Please submit patches and issues there.

Home Page:https://renderjs.nexedi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RenderJS

RenderJS is a promised-based JavaScript library for developing modularized single page web applications. It uses HTML5 to specify self-contained components consisting of HTML5, CSS and Javascript (called "gadgets"). Gadgets are reusable in different applications just as easily as linking an HTML5 page to another and can combined to build complex applications.

RenderJS Documentation

The documentation can be found on https://renderjs.nexedi.com

RenderJS Quickstart

git clone https://lab.nexedi.com/nexedi/renderjs.git
npm install
grunt server

RenderJS Code

RenderJS source code is hosted on Gitlab at https://lab.nexedi.com/nexedi/renderjs/ (Github mirror - please use the issue tracker on Gitlab)

RenderJS Test

You can run tests after installing and building RenderJS by opening the /test/ folder

About

Mirror of https://lab.nexedi.com/nexedi/renderjs - Please submit patches and issues there.

https://renderjs.nexedi.com

License:Other


Languages

Language:JavaScript 93.2%Language:HTML 6.8%