nwjs-packager-demo
v1.0.0
Published
An application used to test nwjs-packager
Readme
nwjs-packager-demo
An application used to test nwjs-packager.
Installation
- Git clone the nwjs-packager repository
- Git clone this repository
- In the nwjs-packager directory, run
npm installand thennpm link. - In the nwjs-packager-demo directory, run
npm link nwjs-packager.
Any changes you make while developing nwjs-packager should be reflected in the nwjs-packager-demo node-modules folder like magic!
Running
Run npm run build to package the demo application with nwjs-packager's default settings.
