@nkmjs/core-dev
v1.3.9
Published
NKMjs Framework Core Dev Tools
Downloads
27
Readme
INSTALL
First, install Node.js, then a package manager. While Node.js comes bundled with npm it is strongly recommended to use Yarn, and required when targeting Electron.
Open a command prompt in the folder where you want to quickstart a project; then do :
yarn add @nkmjs/core
yarn add @nkmjs/core-dev --dev</code></pre>
QUICKSTART
In order to initialize your project for NKMjs, use the bootstrap wizard :
npm run nkmjs bootstrap
You can now start your app (in electron) by doing :
npm run nkmjs start
After you do your own magic, you can then build your app using :
npm run nkmjs build
Note that if you want to distribute an Electron build, it is mandatory to use Yarn to manage your dependencies instead of npm.