lightview 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,21 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
<script src="./lightview-router.js"></script>
|
|
3
|
-
<script>
|
|
4
|
-
if (window.LightviewRouter) {
|
|
5
|
-
LightviewRouter.base('index.html');
|
|
6
|
-
}
|
|
7
|
-
</script>
|
|
1
|
+
|
|
8
2
|
# Lightview: README.md
|
|
9
3
|
|
|
10
4
|
A lightweight reactive UI library with signal-based reactivity and a clean API. Build dynamic UIs with automatic DOM synchronization.
|
|
11
5
|
|
|
12
|
-
Access the full documentaion at [lightview.dev](
|
|
6
|
+
Access the full documentaion at [lightview.dev](https://lightview.dev).
|
|
13
7
|
|
|
14
8
|
This NPM package is both the library and the website supporting the library. The website is built using Lightview. The core library files are in the root directory. The Website entry point is index.html and the restr of the site is under ./docs. The site is served by a Cloudflare pages deployment.
|
|
15
9
|
|
|
16
|
-
**Core**: ~
|
|
10
|
+
**Core**: ~8KB | **With Hypermedia Extensions and Component Library Support**: ~18KB total
|
|
17
11
|
|
|
18
|
-
Fast: This [gallery of components](/docs/components) loads in about 1 second:
|
|
12
|
+
Fast: This [gallery of components](https://lightview.dev/docs/components/) loads in about 1 second:
|
|
19
13
|
|
|
20
14
|
## Modular Architecture
|
|
21
15
|
|