0.0.9 • Published 7 years ago

fable-import-electron v0.0.9

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
7 years ago

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
0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago