https://github.com/sohelamin/electron-vue-boilerplate
Electron & Vue.js Boilerplate
https://github.com/sohelamin/electron-vue-boilerplate
electron vue webpack webpack4
Last synced: 6 months ago
JSON representation
Electron & Vue.js Boilerplate
- Host: GitHub
- URL: https://github.com/sohelamin/electron-vue-boilerplate
- Owner: sohelamin
- Created: 2016-07-29T13:20:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T18:32:46.000Z (over 7 years ago)
- Last Synced: 2025-04-02T15:11:11.875Z (6 months ago)
- Topics: electron, vue, webpack, webpack4
- Language: JavaScript
- Homepage:
- Size: 412 KB
- Stars: 162
- Watchers: 7
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron & Vue.js
> A boilerplate app using Electron & Vue.js### Usage
```bash
$ git clone https://github.com/sohelamin/electron-vue-boilerplate.git
$ cd electron-vue-boilerplate
$ npm install
$ npm run dev-server
# run on a different tab
$ npm run dev
```### Build
```bash
$ npm run build
# define your os package-
$ npm run package-osx
```## Screenshot
## Author
[Sohel Amin](http://www.sohelamin.com)