https://github.com/lostdesign/hsltool
https://github.com/lostdesign/hsltool
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lostdesign/hsltool
- Owner: lostdesign
- License: mit
- Created: 2020-12-04T15:39:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T16:57:43.000Z (over 3 years ago)
- Last Synced: 2025-01-13T09:46:03.585Z (over 1 year ago)
- Language: Vue
- Size: 2.64 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.