-
Edit the name of your product in package.json and the title of the index.html:
{ "name": "YOUR_APP_NAME", "productName": "YOUR_APP_PRODUCT_NAME" }
<head> <title>YOUR_APP_NAME</title> </head>
-
Edit Description of your project in package.json:
{ "description": "YOUR_APP_DESCRIPTION" }
-
Add author information to your project in the package.json:
{ "author": { "name": "YOUR_NAME", "email": "YOUR_EMAIL" } }
-
Select youre license (List of licenses):
{ "license": "YOUR_SELECTED_LICENSE" }
-
Set your app icon:
{ "config": { "forge": { "packagerConfig": { "icon": "THE_PATH_TO_YOUR_APP_ICON" } } }
-
Start writing your code:
-
Set electron configuration in index.ts.
IMPORTANT: Do not turn on webSecurity when running
npm run production
,npm run make
ornpm run publish
, as it will result in not showing your selected HTML-Site. -
To run code in WebContext use renderer.ts.
-
Change the contents of the index.html according to your needs.
-
-
You can add packages according to your needs with
npm i --save YOUR_PACKAGE_NAME
or if its a developement-tool withnpm i --save-dev YOUR_PACKAGE_NAME
.
-
Notifications
You must be signed in to change notification settings - Fork 0
License
PremiumChampion/ElectronJS-Window-Reminder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published