fable-import-electron

0.0.9 • Public • Published

fable-import-electron

Fable bindings for Electron

Installation

$ npm install --save fable-core
$ npm install --save-dev electron-prebuilt fable-import-electron

Usage

In a F# project (.fsproj)

  <ItemGroup>
    <Reference Include="node_modules/fable-core/Fable.Core.dll" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="node_modules/fable-import-electron/Fable.Import.Electron.fs" />
  </ItemGroup>

In a F# script (.fsx)

#r "node_modules/fable-core/Fable.Core.dll"
#load "node_modules/fable-import-electron/Fable.Import.Electron.fs"

open Fable.Core
open Fable.Import

/fable-import-electron/

    Package Sidebar

    Install

    npm i fable-import-electron

    Weekly Downloads

    9

    Version

    0.0.9

    License

    Apache-2.0

    Last publish

    Collaborators

    • alfonsogarciacaro