@cubesoft/nx-electron
v2.0.0
Published
## Getting started
Downloads
34
Readme
@cubesoft/nx-electron
Getting started
Prerequisite
This module is based on Nx, you will need to set up an Nx workspace before you can use @cubesoft/nx-electron.
npx create-nx-workspace
Installation
npm i -D @cubesoft/nx-electron
Creating a nx-electron project
nx g @cubesoft/nx-electron:application <name> <frontendProject> [--dry-run]
Build the app
Run the command below to build your app and generate a package.json
file with all used packages.
nx build <project> [--configuration <configuration name>] # Provide a specific build configuration