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 |
|
10 | LiteJS – [![size][size]][size-src]
|
11 | ======
|
12 |
|
13 | The best way to build fast and powerful web interfaces.
|
14 |
|
15 | Weighing in at just 28KB (12KB gzipped),
|
16 | it 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 |
|
32 | See a [working example](https://cdn.rawgit.com/litejs/litejs/master/test/example1.html)
|
33 | with a [source code](https://github.com/litejs/litejs/blob/master/test/example1.html)
|
34 | in 80 lines.
|
35 | It is also possible to build full SVG single-page applications
|
36 | ([example](https://cdn.rawgit.com/litejs/litejs/master/test/svg-example1.html)
|
37 | with a [source code](https://github.com/litejs/litejs/blob/master/test/svg-example1.html)
|
38 | in 60 lines).
|
39 |
|
40 |
|
41 | ## Get Started
|
42 |
|
43 | Build your first LiteJS app with in 5 minute [Quick Start Guide](https://github.com/litejs/litejs/wiki/Quick-Start).
|
44 | See [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 |
|
57 | Copyright (c) 2013-2019 Lauri Rooden <lauri@rooden.ee>
|
58 | [The MIT License](http://lauri.rooden.ee/mit-license.txt)
|
59 |
|
60 |
|