@version 18.5.3
@date 2018-05-29
LiteJS
The best way to build fast and powerful web interfaces.
Weighing in at just 28KB (12KB gzipped),
it includes everything you need to build a modern web application:
- routed views with browser history management
- reusable templates by custom element tags
- asynchronous and dynamic code loading
- translations with instant language switching - no page reload required
.. and more with no dependencies
See a working example
with a source code
in 80 lines.
It also supports SVG elements,
so it is possible to build full SVG single-page applications.
See a example
with a source code
in 60 lines.
Get Started
Build your first LiteJS app with in 5 minute Quick Start Guide.
npm install -g litejs
litejs init demo-project
cd demo-project
npm start
See wiki for more.
External links
Licence
Copyright (c) 2013-2018 Lauri Rooden <lauri@rooden.ee>
The MIT License