All Projects â†’ slogsdon â†’ parcel-plugin-fable

slogsdon / parcel-plugin-fable

Licence: MIT License
Parcel asset type plugin for Fable

Programming Languages

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

Projects that are alternatives of or similar to parcel-plugin-fable

Feliz.Router
A router component for React and Elmish that is focused, powerful and extremely easy to use.
Stars: ✭ 66 (+214.29%)
Mutual labels:  fable
parcel-plugin-url-loader
📦url loader for parcel, use base64 encode file
Stars: ✭ 24 (+14.29%)
Mutual labels:  parcel-plugin
Feliz.Recoil
Fable bindings in Feliz style for Facebook's experimental state management library recoil.
Stars: ✭ 43 (+104.76%)
Mutual labels:  fable
hacn
A "monad" or DSL for creating React components using Fable and F# computation expressions
Stars: ✭ 34 (+61.9%)
Mutual labels:  fable
fable-ant-design
Ant Design bindings for Fable Elmish
Stars: ✭ 23 (+9.52%)
Mutual labels:  fable
Feliz.ViewEngine
Feliz DSL and engine for HTML generation and server side rendering (SSR)
Stars: ✭ 53 (+152.38%)
Mutual labels:  fable
fable-react-toolbox
Material Design UI components for fable-react
Stars: ✭ 16 (-23.81%)
Mutual labels:  fable
Feliz.MaterialUI.MaterialTable
Fable bindings written in the Feliz-style for material-table.
Stars: ✭ 17 (-19.05%)
Mutual labels:  fable
parcel-plugin-prerender
No description or website provided.
Stars: ✭ 42 (+100%)
Mutual labels:  parcel-plugin
Fable.Lit
Write Fable Elmish apps with Lit
Stars: ✭ 64 (+204.76%)
Mutual labels:  fable
SAFE-Stack.github.io
Website for Saturn + Azure + Fable + Elmish aka SAFE-Stack
Stars: ✭ 17 (-19.05%)
Mutual labels:  fable
SAFE.Simplified
A lightweight alternative template of SAFE for happy cross-IDE full-stack F# development
Stars: ✭ 97 (+361.9%)
Mutual labels:  fable
navigation-bar-with-feliz
Modern navigation bar built with Feliz
Stars: ✭ 20 (-4.76%)
Mutual labels:  fable
raspberry-fsharp
F# full-stack IoT starter project for Raspberry Pi
Stars: ✭ 33 (+57.14%)
Mutual labels:  fable
fable-electron
Fable bindings for Electron apps
Stars: ✭ 30 (+42.86%)
Mutual labels:  fable
V2releases
A friendly ARM assembler and simulator for educational use
Stars: ✭ 46 (+119.05%)
Mutual labels:  fable
Fable.Extras
A more functional construct on-top of Fable.Core.
Stars: ✭ 42 (+100%)
Mutual labels:  fable
pwa-manifest
A build tool that generates a Web App Manifest, creates all necessary icons, and more!
Stars: ✭ 34 (+61.9%)
Mutual labels:  parcel-plugin
Fable.SemanticUI
React.SeamanticUI to Fable bindings
Stars: ✭ 15 (-28.57%)
Mutual labels:  fable
Thoth.Fetch
Thoth.Fetch provides an easy to use API for working with Fable.Fetch and Thoth.Json
Stars: ✭ 31 (+47.62%)
Mutual labels:  fable

parcel-plugin-fable

Parcel asset type plugin for Fable

Featuring:

Reasoning

This project was primarily created to combine some new and old technologies in order to see what a more complete project could look like and how the individual parts would work together. Specifics:

  • F#: strong, static typing + .NET ecosystem
  • Fable: generated JavaScript code from F# sources
  • Parcel: frontend asset bundling with minimal configuration

Requirements

Getting Started

yarn add parcel-plugin-fable

Parcel will automatically include any dependencies listed in package.json that start with parcel-plugin-, so there is no additional configuration. On first build of a .fsproj or .fsx file, fable-splitter and babel-core will be added as dependencies and are responsible for transpiling to JavaScript.

See the example for a complete project.

LICENSE

This project is licensed under the MIT License. See LICENSE for more details.

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].