Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • NW.js Essentials
  • Toc
  • feedback
NW.js Essentials

NW.js Essentials

By : Benoit
4.8 (5)
close
NW.js Essentials

NW.js Essentials

4.8 (5)
By: Benoit

Overview of this book

If you are an experienced Node.js developer who wants to create amazing desktop applications using NW.js, this is the book for you. Prior knowledge of HTML5, jQuery, and CSS is assumed.
Table of Contents (11 chapters)
close
10
Index

The general logic behind the packaging procedure


Generally, we can say that packaging an NW.js application is sufficient to:

  • Linux and Microsoft Windows: Copy all the project files inside the folder containing the NW.js executable and deploy the entire folder

  • Mac OS X: Copy all of the project files into nwjs.app/Contents/Resources/app.nw/ and deploy the nwjs.app file

If this rule is generally valid, it is also true that it is just one of the many ways to package an NW.js application and does not provide any customization of the appearance and behavior of the application.

It should also be considered that some of the installed Node.js/io.js modules might not work or require different dependencies based on the current platform. For this reason, you should always redo npm install on any platform to which you plan to deploy.

Another thing has to be considered when naming files and folders. While Mac OS X and Microsoft Windows are case insensitive, this is not true for Linux. Moreover, when packaging...

bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete