UNPKG

529 BMarkdownView Raw
1# ToloFrameWork
2
3Javascript/HTML/CSS compiler for web or nodewebkit apps using modules in the nodejs style.
4
5> Convention over configuration.
6
7## Installation
8```
9 npm install -g toloframework
10```
11
12## Documentation
13
14* [Files structure convention](man/conventions.md)
15* [Writing an HTML component](man/com.md)
16* [XJS](man/xjs.md)
17* [Atom integration](man/atom.md)
18
19## Debugging
20
21```
22node --inspect --debug-brk submodules/tfw/bin/tfw.js build debug
23```
24
25Then open Chrome and got to URL `about:inspect`.