项目作者: greifmatthias
项目描述 :
Electron/Angular Quickstart
高级语言: JavaScript
项目地址: git://github.com/greifmatthias/Electron-Angular.git
Electron-Angular
This project is intended as a frame for Electron applications, with a UI build on Angular.
The only thing that needs to be done to get this up and running is setting your own values for the application like name, description, ..
Prerequisite
- Npm must be installed
- Angular CLI must be installed
Setup project
Setup the “package.json” file. Replace all content between “{{ }}” (brackets included) with your own values:
- {{ApplicationName}} = Name of your application
- {{ApplicationDescription}} = Some description for your application
- {{AuthorName}} = Name of the publisher/maintainer/author/..
- {{AuthorEmail}} = Email, some support mail
- {{AppicationDomain}} = Unique identifier like “com.google.android” for example
- {{Copyright}} = Copyright for your application
- {{macApplicationCategory}} = Category for the application when on a Mac, documentation about all the possible values
- {{SomeKeyWords}} = Comma-separated list of keywords referring to your application
Run “npm install” in root-directory of the application, this to install all required packages.
Run the application
Just run “npm run electron”