sebfia / Fable.Lit

Write Fable Elmish apps with Lit

Home Page:https://fable.io/Fable.Lit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Write Fable Elmish apps with Lit

https://fable.io/Fable.Lit/

License:MIT License


Languages

Language:F# 88.6%Language:JavaScript 9.3%Language:SCSS 1.3%Language:HTML 0.8%