Skip to content

Commit

Permalink
install help
Browse files Browse the repository at this point in the history
  • Loading branch information
dux committed Jul 14, 2024
1 parent 40e95a6 commit 86f619a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ Latest version of libs are baked in Fez distro.

It uses minimal abstraction. You will learn to use it in 3 minutes, just look at example, it includes all you need to know.

## Litte more details
## How to install?

Add `<script src="https://cdn.jsdelivr.net/gh/dux/fez-custom-dom-elements@latest/dist/fez.js"></script>`

To test define [Fez tag](https://dux.github.io/fez/), and add HTML. YOu can copy&paste from examples, must work.

## Little more details

Basically, it is logical variant of [lit.js](https://lit.dev/) or [Rails Stimulus](https://stimulus.hotwired.dev/). FEZ uses native DOM instead of shadow DOM, has an easy-to-debug and "hack" interface. It also tries to be as close to vanilla JS as possible. If you need TypeScript support, Shadow DOM, or a stronger community, use Lit.

Expand Down

0 comments on commit 86f619a

Please sign in to comment.