Skip to content

Commit 98e4592

Browse files
committed
Update docs homepage
1 parent 1252b0b commit 98e4592

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

docs/README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,23 @@ home: true
33
heroImage: /hero.png
44
actionText: Get Started →
55
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.
136
footer: MIT Licensed | Copyright © 2018-present Noah Klayman
147
---
158

9+
<div class="features">
10+
<div class="feature">
11+
<h2>Write Once, Run Everywhere</h2>
12+
<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+
<div class="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+
<div class="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>
21+
</div>
22+
</div>
1623
<centered-markdown>
1724

1825
AppVeyor build status: [![Build status](https://ci.appveyor.com/api/projects/status/tyrr8kemli4vfll7?svg=true)](https://ci.appveyor.com/project/nklayman/vue-cli-plugin-electron-builder)

0 commit comments

Comments
 (0)