generator-electron-angular
v0.9.2
Published
Make easy scaffolding for ELECTRON project with ANGULAR
Downloads
84
Maintainers
Readme
generator-electron-angular
Installation
First, install Yeoman and generator-electron-angular using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-electron-angular
Then generate your new project:
yo electron-angular
You can always call the generator again for repair or removing project.
To get started:
If during the launch that had fallen, or you refused(stop) the installation of modules. Run pre install.
npm run pre-install
console commands
RUN - to run a project
npm run start
or
gulp run
PROCESSING - to make a processing changes If you wanna, or does not agree with processing rules you may configure a gulpfile. If you wanna just a change/add preprocessor you may look a task start-inject and add any of defined processors.
PRODUCTION - to make production version of angular project
gulp dist
BUILD - to build electron application You may define your unique command, an example in package.json build. For that case we assume you have pre-installed global electron-packager
[npm i -g electron-packager]
npm run build
The generator offers of several defined ways to build of electron project.
gulp electrify-win
for make a Windows application (ia32,x64)
gulp electrify-linux
for make a Linux application (ia32,x64, armv7l)
gulp electrify-mas
without warranty of any kind
Getting To Know Yeoman
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
License
Apache-2.0 © Sajera