semantic-release-bot f7d0d89d0f chore(release): 1.6.2
## [1.6.2](https://gitlab.com/oceanbox/Fable.Lit/compare/v1.6.1...v1.6.2) (2024-09-23)

### Bug Fixes

* add missing callback handlers, and simplify optional args handling ([99c46d8](99c46d8aac))
* fix unmount() problem ([9c43346](9c433469f7))
2024-09-23 11:51:35 +00:00
2024-09-17 12:52:40 +02:00
2024-07-04 17:06:03 -05:00
2022-09-05 11:12:36 +09:00
2021-08-26 15:58:26 +09:00
2022-08-22 21:39:35 +09:00
2024-09-18 14:16:29 +02:00
2024-09-23 11:51:35 +00:00
2024-09-18 14:16:29 +02:00
2021-11-17 14:13:32 +09:00
2024-09-23 11:51:35 +00:00
2021-08-21 21:04:36 +09:00
2024-07-04 17:06:03 -05:00
2021-12-02 11:19:13 +09:00
2021-08-21 21:04:36 +09:00
2021-09-25 22:49:29 +09:00
2024-09-23 11:51:35 +00:00

Fable.Lit

Fable.Lit is a collection of tools to help you write Fable apps by embedding HTML code into your F# code with the power of Lit.

Before doing anything make sure to install the dependencies after cloning the repository by running:

npm install

How to test locally ?

npm run test

How to publish a new version of the package ?

npm run publish

How to work on the documentation ?

  1. npm run docs -- watch
  2. Go to http://localhost:8080/

How to update the documentation ?

Deployment should be done automatically when pushing to main branch.

If the CI is broken, you can manually deploy it by running npm run docs:deploy.

Description
No description provided
Readme MIT 2.3 MiB
v1.6.2 Latest
2024-09-23 11:51:39 +00:00
Languages
F# 88.9%
JavaScript 8.5%
SCSS 1.2%
HTML 0.7%
Dockerfile 0.7%