-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🏗️ (system): Added elctron boilerplate
- Loading branch information
1 parent
a6eb7e6
commit 0c02386
Showing
37 changed files
with
21,796 additions
and
1,806 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/node_modules | ||
/src/assets | ||
/old/assets | ||
.cache | ||
/dist | ||
.DS_Store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>Electron Boilerplate</title> | ||
</head> | ||
<body> | ||
<div id="app" class="container" style="display: none;"> | ||
<h1 id="greet"></h1> | ||
<p> | ||
Welcome to | ||
<a href="https://www.electronjs.org/" class="electron-website-link"> | ||
Electron | ||
</a> | ||
app running on this <strong id="os"></strong> machine. | ||
</p> | ||
<p>App author: <strong id="author"></strong></p> | ||
<p>Environment: <strong id="env"></strong></p> | ||
<p>Electron version: <strong id="electron-version"></strong></p> | ||
</div> | ||
|
||
<script src="app.js"></script> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.