Getting Started with UGUI (on Windows)
If you have Node.js installed:
- Download UGUI
- Unzip the download.
- Run
npm install
- Run
npm start
- Basic app settings are controlled by package.json
- Edit the
index.htm to design your app
If you don't have Node.js installed:
- Download NW.js
- Download UGUI
- Unzip both, put the contents of the UGUI folder into the NW.js folder (so
package.json is next to nw.exe )
- Run
nw.exe
- Basic app settings are controlled by package.json
- Edit the
index.htm to design your app
|