klorenz / bootstrap-kit

Web bootstrap kit using atom event-kit for model/view communication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap Kit

Bootstrap Kit is a toolkit for creating Web Applications. It tries to lean to atom API. Bootstrap Kit aims to provide views for web components.

Documentation

You can create API documentation with endokken:

npm install -g endokken

Generate documentation:

endokken

View documentation:

firefox docs/README

Glossary

xComponent: If you find a class names xComponent, it is a class, which contains a DOM node and manages the content of the DOM node, but is not an HTMLElement itself.

xElement: Classes named xElement provide HTML-Elements, which can be assigned as views to models

About

Web bootstrap kit using atom event-kit for model/view communication.


Languages

Language:CoffeeScript 99.1%Language:Makefile 0.7%Language:JavaScript 0.2%