Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/belchenkov/electron-integrate-vue

Integrate Vue.js in Electron + Vue Material
https://github.com/belchenkov/electron-integrate-vue

electron vue vue-material vue-router

Last synced: about 2 months ago
JSON representation

Integrate Vue.js in Electron + Vue Material

Awesome Lists containing this project

README

        

# Integrating Electron applications with Vue.js

## Installing

```sh
npm install
```

## Running

```sh
# terminal 1: run local web server
npm run serve

# terminal 2: run electron app
npm start
```

###### Good development)