An open API service indexing awesome lists of open source software.

https://github.com/sohelamin/electron-vue-boilerplate

Electron & Vue.js Boilerplate
https://github.com/sohelamin/electron-vue-boilerplate

electron vue webpack webpack4

Last synced: 6 months ago
JSON representation

Electron & Vue.js Boilerplate

Awesome Lists containing this project

README

          

# Electron & Vue.js
> A boilerplate app using Electron & Vue.js

### Usage

```bash
$ git clone https://github.com/sohelamin/electron-vue-boilerplate.git
$ cd electron-vue-boilerplate
$ npm install
$ npm run dev-server
# run on a different tab
$ npm run dev
```

### Build

```bash
$ npm run build
# define your os package-
$ npm run package-osx
```

## Screenshot
![screenshot](https://cloud.githubusercontent.com/assets/1708683/17278142/0fac0790-5777-11e6-9659-d5b40f12e7cf.png)

## Author
[Sohel Amin](http://www.sohelamin.com)