UNPKG

1.94 kBMarkdownView Raw
1[LiteJS]: https://www.litejs.com/
2[npm package]: https://npmjs.org/package/litejs
3[GitHub repo]: https://github.com/litejs/litejs
4[wiki]: https://github.com/litejs/litejs/wiki
5[RFC 6570]: http://tools.ietf.org/html/rfc6570
6
7[size]: https://packagephobia.now.sh/badge?p=litejs
8[size-src]: https://packagephobia.now.sh/result?p=litejs
9
10LiteJS – [![size][size]][size-src]
11======
12
13The best way to build fast and powerful web interfaces.
14
15Weighing in at just 28KB (12KB gzipped),
16it includes everything you need to build a modern web application:
17
18 - routed views with browser history management
19 - reusable templates and custom elements
20 - asynchronous and dynamic code loading
21 - translations with instant language switching - no page reload required
22<details>
23 <summary>.. and more with no dependencies</summary>
24
25 - [date parsing and formating](https://github.com/litejs/litejs/wiki/Date)
26 - string formating
27 - [keyboard shortcuts](https://github.com/litejs/litejs/wiki/Keyboard-shortcuts)
28
29</details>
30<p></p>
31
32See a [working example](https://cdn.rawgit.com/litejs/litejs/master/test/ui/example1.html)
33with a [source code](https://github.com/litejs/litejs/blob/master/test/ui/example1.html)
34in 80 lines.
35It is also possible to build full SVG single-page applications
36([example](https://cdn.rawgit.com/litejs/litejs/master/test/ui/svg-example1.html)
37with a [source code](https://github.com/litejs/litejs/blob/master/test/ui/svg-example1.html)
38in 60 lines).
39
40
41## Get Started
42
43Build your first LiteJS app with in 5 minute [Quick Start Guide](https://github.com/litejs/litejs/wiki/Quick-Start).
44See [wiki][] for more.
45
46
47## External links
48
49[GitHub repo][] |
50[npm package][] |
51[Travis CI](https://travis-ci.org/litejs/litejs) |
52[Coveralls code coverage](https://coveralls.io/github/litejs/litejs)
53
54
55## Licence
56
57Copyright (c) 2013-2019 Lauri Rooden &lt;lauri@rooden.ee&gt;
58[The MIT License](http://lauri.rooden.ee/mit-license.txt)
59
60