An open API service indexing awesome lists of open source software.

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.

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`