dotvvm-electron-sample

Run sample app

$ dotnet publish -o bin/dist -r win10-x64 
$ npm start

For Visual Studio Code users:

  • Run publish task
  • Launch Electron Main

Replace runtime identifier (RID) with your operating system RID. For list of RID check documentation.

Implemented API:

Methods

  • Clipboard
    • Methods
      • readText
      • writeText
      • readHTML
      • writeHTML
      • readRTF
      • writeRTP
      • readBookmark
      • writeBookmark
      • clear
  • Dialog
    • Methods
      • showOpenDialog
      • showSaveDialog
      • showMessageBox
      • showErrorBox
  • Shell
    • Methods
      • showItemInFolder
      • openItem
      • openExternal
      • moveItemToTrash
  • App
    • Events
      • before-quit
      • browser-window-focus