Skip to content
/ nodegui-starter Public template
forked from nodegui/nodegui-starter

This is a fork of nodegui-starter to build with webpack in a suspicious way :-D

Notifications You must be signed in to change notification settings

RYOSKATE/nodegui-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodegui-starter

This is a fork of nodegui-starter to build with webpack in a suspicious way.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/RYOSKATE/nodegui-starter
# Go into the repository
cd nodegui-starter
# Install dependencies
npm install
# Run the app
npm start

To Package

# Built the app
npm run build

Get the latest Qode binaries for your environment.

Packaging steps for Windows

  1. Download and unzip the latest Qode for windows (win32-x64.zip)
  2. Copy the built file (dist/index.js) into win32-x64/
  3. Create exec.bat
  4. Remove unnecessary .dll files from win32-x64/
  5. Complete!
# exec.bat
qode ./index.js

e.g. Example of a minimal package

win32-x64/
├index.js (Step 2)
├exec.bat (Step 3)
├qode.exe
├Qt5Core.dll
├Qt5Gui.dll
├Qt5Widgets.dll
└platforms/
	└qwindows.dll

If you don't like creating exec.bat, directly drag and drop index.js into qode.exe.

Resources for Learning NodeGUI

License

MIT

About

This is a fork of nodegui-starter to build with webpack in a suspicious way :-D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.1%
  • TypeScript 36.9%