Skip to content

Commit 5f1be63

Browse files
author
guasam
committed
Update readme and screenshot
1 parent 5f5261b commit 5f1be63

File tree

4 files changed

+15
-24
lines changed

4 files changed

+15
-24
lines changed

README.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Electron React Webpack Typescript - Boilerplate 2021
1+
# Electron Vue Typescript Webpack - Boilerplate 2021
22

3-
ERWT is a minimal boilerplate for writing Desktop Applications using [Electron](https://www.electronjs.org/), [React](https://reactjs.org/), [Webpack](https://webpack.js.org/) & [TypeScript](https://www.typescriptlang.org/). <br /> This project makes use of latest packages and configurations to serve the best environment for development.
3+
EVTW is a minimal boilerplate for writing Desktop Applications using [Electron](https://www.electronjs.org/), [React](https://reactjs.org/), [Webpack](https://webpack.js.org/) & [TypeScript](https://www.typescriptlang.org/). <br /> This project makes use of latest packages and configurations to serve the best environment for development.
44

55
## Screenshot
66

7-
<img src="assets/images/screen4.png" />
7+
<img src="assets/images/screen100.png" />
88

99
<br>
1010

1111
## Core Features
1212

1313
- 🌟 Electron
1414
- 🌀 TypeScript
15-
- ⚛️ React
15+
- ✌🏻 Vue
1616
- 🛶 LESS Loader
1717
- 🎨 CSS Loader
1818
- 📸 Image Loader
@@ -26,24 +26,15 @@ ERWT is a minimal boilerplate for writing Desktop Applications using [Electron](
2626

2727
<br />
2828

29-
## Similar Useful Projects
30-
31-
| | Similar projects you might be interested in |
32-
|---|---|
33-
| Name | [Electron Cauldron React](https://github.com/codesbiome/electron-cauldron-react) &nbsp; <img src="https://github.com/codesbiome/electron-cauldron-react/raw/main/assets/images/cauldron.png" width="24" /> |
34-
| Description | Electron Cauldron React is a custom boilerplate project for developing Desktop Applications using Electron, React, Webpack & Typescript. |
35-
36-
<br />
37-
3829
## Installation
3930

40-
#### To install the ERWT boilerplate you need to run following commands
31+
#### To install the EVTW boilerplate you need to run following commands
4132

4233
Clone the repository :
4334

4435
```bash
45-
git clone https://github.com/codesbiome/electron-react-webpack-typescript-2021 erwt
46-
cd erwt
36+
git clone https://github.com/codesbiome/electron-vue-typescript-webpack-2021 evtw
37+
cd evtw
4738
```
4839
<br>
4940

assets/images/screen100.png

40.2 KB
Loading

assets/images/screen4.png

-39.7 KB
Binary file not shown.

src/components/Application.less

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
// Variables
33
//-----------------------------------------
44

5-
@base-bg-color: #171b21;
5+
@base-bg-color: #0e141a;
66
@base-text-color: #d8d8d8;
77
@base-font-size: 16px;
88
@base-line-height: 1.15;
99
@base-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu,
1010
Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
11-
@cont-bg-color: #1f252d;
11+
@cont-bg-color: #151c21;
1212

1313
//-----------------------------------------
1414
// Style Rules
@@ -55,7 +55,7 @@ main {
5555
}
5656

5757
button {
58-
background-color: #2d5e2b;
58+
background-color: hsl(153, 55%, 28%);
5959
border: 0;
6060
padding: 0.5rem 1rem;
6161
border-radius: 4px;
@@ -68,10 +68,10 @@ button {
6868
outline: none;
6969

7070
&:hover {
71-
background-color: #275425;
71+
background-color: hsl(153, 55%, 30%);
7272
}
7373
&:active {
74-
background-color: #224b20;
74+
background-color: hsl(153, 55%, 26%);
7575
}
7676

7777
& > span {
@@ -102,15 +102,15 @@ button {
102102
h1 {
103103
font-size: 1.5em;
104104
font-weight: 400;
105-
color: #85aeec;
105+
color: #46a177;
106106
line-height: 1;
107107
text-transform: uppercase;
108108
}
109109
}
110110

111111
&-teaser {
112112
color: #8e96a2;
113-
background-color: #1f252d;
113+
background-color: #151c21;
114114
padding: 1em;
115115
border-radius: 4px;
116116
line-height: 1.6;
@@ -121,7 +121,7 @@ button {
121121
&.small {
122122
font-size: 0.9375em;
123123
color: #8c919c;
124-
background: #21252d;
124+
background: #151c21;
125125
}
126126

127127
img {

0 commit comments

Comments
 (0)