https://github.com/youngermaster/vue-electron-app
My first time using Electron.js and Vue.js together
https://github.com/youngermaster/vue-electron-app
Last synced: 3 months ago
JSON representation
My first time using Electron.js and Vue.js together
- Host: GitHub
- URL: https://github.com/youngermaster/vue-electron-app
- Owner: Youngermaster
- License: mit
- Created: 2020-09-28T00:54:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T01:54:16.000Z (almost 6 years ago)
- Last Synced: 2025-01-27T09:28:10.646Z (over 1 year ago)
- Language: JavaScript
- Size: 303 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-electron-app
## Project setup
```
yarn install
```
### Run application with Electron
```
npm run electron:serve
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
### Commands used to create the project
```
npm install -g @vue/cli
vue create vue-electron-app
vue add electron-builder
npm install -D @types/electron-devtools-installer
npm install -D @types/node@">=12.0.0 <13.0.0"
```