evwt
Version:
60 lines (41 loc) ⢠2.13 kB
Markdown
# Electron Vue Window Toolkit
<img src="https://user-images.githubusercontent.com/611996/90431021-027dd400-e08e-11ea-8551-1d97aec666ae.png" align="right" width="280" />
_Bridging the gap between Electron and Vue to create a great desktop app development framework._
## Quick Start
```
npm install -g @vue/cli
vue create my-app
cd my-app
vue add evwt
yarn run electron:serve
```
## Docs
š **[Documentation](https://evwt.net/)**
<br>
š [Cookbook](https://github.com/evwt/evwt/blob/master/CookBook.md)
## Playground
- [EvLayout Playground](https://evwt-layout-playground.netlify.app/)
## Example Apps
<ul>
<li>
<a href="https://github.com/evwt/evwt-example-markdown-editor">Markdown Editor</a>
<br>
This app also serves as the official EVWT <a href="https://github.com/evwt/evwt-example-markdown-editor/tree/master/test">testbed</a>.
</li>
</ul>
## Tests
| Unit Tests | E2E Tests - Linux | E2E Tests - Mac |
|:-:|:-:|:-:|
| <a href="https://app.circleci.com/pipelines/github/evwt/evwt"><img src="https://circleci.com/gh/evwt/evwt.svg?style=shield" valign="middle"></a> | <a href="https://app.circleci.com/pipelines/github/evwt/evwt-example-markdown-editor"><img src="https://circleci.com/gh/evwt/evwt-example-markdown-editor.svg?style=shield" valign="middle"></a> | <a href="http://drone.evwt.net/evwt/evwt-example-markdown-editor"><img src="https://drone.evwt.net/api/badges/evwt/evwt-example-markdown-editor/status.svg" valign="middle" /></a> |
## Screenshots
<i>Working with native menus using reactive data</i>
<br>
<img width="640" alt="Reactive Native Menus" src="https://user-images.githubusercontent.com/611996/89112631-2654df00-d42b-11ea-8f7a-eec2c9ab4e83.gif">
<br>
<i>Markdown Editor example app editing the project README</i>
<br>
<img width="800" alt="Markdown Editor Example - Mac" src="https://user-images.githubusercontent.com/611996/89716173-77eff300-d970-11ea-8119-e736a6b5671a.png">
<br>
<i>On Linux Mint</i>
<br>
<img width="800" alt="Markdown Editor Example - Linux" src="https://user-images.githubusercontent.com/611996/89851710-c6f57e00-db52-11ea-8c68-afb1b1e16187.png">