You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,23 @@ home: true
3
3
heroImage: /hero.png
4
4
actionText: Get Started →
5
5
actionLink: /guide/
6
-
features:
7
-
- title: Write Once, Run Everywhere
8
-
details: If it works as an SPA, it will work in Electron. Because it extends your regular config, it works with all plugins and customized webpack options.
9
-
- title: Completely Customizable
10
-
details: All the functions of VCP Electron Builder are entirely configurable and well documented.
11
-
- title: Reliable
12
-
details: VCP Electron Builder has test coverage for all essential features and runs CI tests on AppVeyor.
<p>If it works as an SPA, it will work in Electron. Because it extends your regular config, it works with all plugins and customized webpack options.</p>
13
+
</div>
14
+
<divclass="feature">
15
+
<h2>Completely Customizable</h2>
16
+
<p>All the functions of VCP Electron Builder are entirely configurable and well documented.</p>
17
+
</div>
18
+
<divclass="feature">
19
+
<h2>Testing and Debugging Support</h2>
20
+
<p>VCP Electron Builder provides tools for easy debugging and testing, powered by <a href="https://github.com/electron/spectron" target="_blank">Spectron</a>.</p>
0 commit comments