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

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

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"
```