-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Lauri Rooden edited this page Jun 8, 2021
·
3 revisions
LiteJS is a full-stack web framework in a tiny package. It is split into three main packages by designated install location:
-
litejs - Server and core libraries installed as
dependencies
-
@litejs/ui - UI engine installed as
devDependencies
and bundled into your app -
@litejs/cli - Command line tool installed as global package (or as
devDependencies
)
Build your first LiteJS app with in 5 minute Quick Start Guide.
This command line tool help you to init, minimize, test, benchmark, and release your web app.
Copyright (c) 2013-2023 Lauri Rooden <[email protected]>
The MIT License