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