This repo is for storing the following sample.
- Install Node.js
- NW.js
- Install the
NW.js
with the following command.
npm install -g nw
- Install the
- Electron
- Install
Electron
framework with the followong command.
npm install -g electron
- Install
- NW.js
- Run the
NW.js
sample via the following command.
nw
- Run the
- Electron
- Run the
Electron
sample via the following command.
electron .
- Run the
- The 1st
NW.js
&Electron
sample. - Add
input
andbutton
components. - Add feature on traversing directory.
- Add feature on displaying
directory
&file
feature. - Add new feature for
search
.
- The extended
NW.js
&Electron
sample.
- The Kiosk
NW.js
&Electron
sample.
- The tray
NW.js
&Electron
sample.