All Projects → fable-compiler → Fable.Lit

fable-compiler / Fable.Lit

Licence: MIT license
Write Fable Elmish apps with Lit

Programming Languages

F#
602 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to Fable.Lit

Feliz.Router
A router component for React and Elmish that is focused, powerful and extremely easy to use.
Stars: ✭ 66 (+3.13%)
Mutual labels:  fable, elmish
FableStarter
An Elmish F# Fable template that uses Tailwind for styling and the Parcel bundler
Stars: ✭ 13 (-79.69%)
Mutual labels:  fable, elmish
SAFE.Simplified
A lightweight alternative template of SAFE for happy cross-IDE full-stack F# development
Stars: ✭ 97 (+51.56%)
Mutual labels:  fable, elmish
Feliz.MaterialUI
Feliz-style Fable bindings for Material-UI
Stars: ✭ 57 (-10.94%)
Mutual labels:  fable, elmish
raspberry-fsharp
F# full-stack IoT starter project for Raspberry Pi
Stars: ✭ 33 (-48.44%)
Mutual labels:  fable, elmish
elmish-getting-started
A simple and minimalistic template to easily get up and running with Elmish and Fable
Stars: ✭ 22 (-65.62%)
Mutual labels:  fable, elmish
V2releases
A friendly ARM assembler and simulator for educational use
Stars: ✭ 46 (-28.12%)
Mutual labels:  fable
fable-react-toolbox
Material Design UI components for fable-react
Stars: ✭ 16 (-75%)
Mutual labels:  fable
Elmish.Uno
Static UWP views for elmish programs running with the Uno Platform
Stars: ✭ 23 (-64.06%)
Mutual labels:  elmish
Rocksmith2014.NET
F# (with some C#) libraries for creating Rocksmith 2014 custom DLC.
Stars: ✭ 26 (-59.37%)
Mutual labels:  elmish
navigation-bar-with-feliz
Modern navigation bar built with Feliz
Stars: ✭ 20 (-68.75%)
Mutual labels:  fable
pharos
JSTOR's design system
Stars: ✭ 48 (-25%)
Mutual labels:  lit
SAFE-Stack.github.io
Website for Saturn + Azure + Fable + Elmish aka SAFE-Stack
Stars: ✭ 17 (-73.44%)
Mutual labels:  fable
fable-ant-design
Ant Design bindings for Fable Elmish
Stars: ✭ 23 (-64.06%)
Mutual labels:  fable
Fable.Extras
A more functional construct on-top of Fable.Core.
Stars: ✭ 42 (-34.37%)
Mutual labels:  fable
FSharp-CrossPlatform
This is a sample F# project that uses the SAFE stack for web frontend/backend and Fabulous/Xamarin for the iOS and Android mobile apps
Stars: ✭ 23 (-64.06%)
Mutual labels:  fable
lit
Lit is a simple library for building fast, lightweight web components.
Stars: ✭ 12,406 (+19284.38%)
Mutual labels:  lit
hacn
A "monad" or DSL for creating React components using Fable and F# computation expressions
Stars: ✭ 34 (-46.87%)
Mutual labels:  fable
eslint-plugin-lit
lit-html support for ESLint
Stars: ✭ 90 (+40.63%)
Mutual labels:  lit
Yobo
F# Yoga Class Booking System
Stars: ✭ 88 (+37.5%)
Mutual labels:  fable

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].