How to pack an application for a node web application for publishing in a Mac app store?

I searched a bit, but cannot find an existing tool for this.

how to package a node web-kit project for mac osx and what steps should be taken to distribute this application in the Mac app store.

Thanks in advance.

+4
source share
2 answers

You should look at the Node -webkit generator for Yeoman: https://www.npmjs.org/package/generator-node-webkit

$ npm install -g yo
$ npm install -g generator-node-webkit
$ yo node-webkit

Windows, Mac Linux.

grunt dist-mac

apple https://developer.apple.com/programs/mac/

, dist Apple. iOS, Mac Dev.

!

+13
-2

Source: https://habr.com/ru/post/1527300/


All Articles