Skip to content

memory125/electron-nw-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron & NW.js Sample

This repo is for storing the following sample.

Environment Setup

  • Install Node.js
  • NW.js
    • Install the NW.js with the following command.
    npm install -g nw
    
  • Electron
    • Install Electron framework with the followong command.
    npm install -g electron
    

Running Sample

  • NW.js
    • Run the NW.js sample via the following command.
    nw
    
  • Electron
    • Run the Electron sample via the following command.
    electron .
    

Hello

  • The 1st NW.js & Electron sample.
  • Add input and button components.
  • Add feature on traversing directory.
  • Add feature on displaying directory & file feature.
  • Add new feature for search.

Hello-extention

  • The extended NW.js & Electron sample.

Kiosk-mode

  • The Kiosk NW.js & Electron sample.

Tray-sample

  • The tray NW.js & Electron sample.

About

electron & nw.js samples

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published