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

https://github.com/lostdesign/hsltool


https://github.com/lostdesign/hsltool

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# electron-vue-boilerplate
Boilerplate for a Vue + Webpack configuration with Electron.

## Installation
```
git clone https://github.com/Andr3wRiv3rs/electron-vue-boilerplate
cd electron-vue-boilerplate
npm install
```

## Start
```
npm run dev
```

## Commands
`start` - Load Electron from the `dist` folder.

`dev` - Start development server, then start Electron.

`build` - Build Electron from app source.

`lint` - Lint and fix.