Skip to content

AngelMunoz/Fable.Lit

 
 

Repository files navigation

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-html

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • F# 88.6%
  • JavaScript 9.3%
  • SCSS 1.3%
  • HTML 0.8%