Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/belchenkov/electron-integrate-vue
- Owner: Belchenkov
- Created: 2020-05-03T14:13:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T13:49:11.000Z (about 1 year ago)
- Last Synced: 2023-12-30T14:35:50.921Z (about 1 year ago)
- Topics: electron, vue, vue-material, vue-router
- Language: Vue
- Homepage:
- Size: 955 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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)