https://github.com/echb/livjs
Livjs is a pure and simple way to build reactive web applications.
https://github.com/echb/livjs
dom rective simple ui vanilla-js
Last synced: 18 days ago
JSON representation
Livjs is a pure and simple way to build reactive web applications.
- Host: GitHub
- URL: https://github.com/echb/livjs
- Owner: echb
- License: gpl-3.0
- Created: 2025-01-26T20:54:14.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-23T20:55:01.000Z (about 1 month ago)
- Last Synced: 2025-04-06T04:27:58.312Z (28 days ago)
- Topics: dom, rective, simple, ui, vanilla-js
- Language: TypeScript
- Homepage: https://livjs-docs.pages.dev
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## What is LivJS?
Livjs is a pure and simple way to build reactive web applications.## Docs
[Livjs docs](https://livjs-docs.pages.dev/)
## Create project
yarn`yarn create vite my-app --template vanilla-ts`
pnpm
`pnpm create vite my-app --template vanilla-ts`
bun
`bun create vite my-app --template vanilla-ts`
## Install
pnpm`pnpm install livjs`
yarn
`yarn add livjs`
bun
`bun install livjs`